ooni-probe-cli/internal/engine/experiment/ndt7
Simone Basso 6b85dfce88
refactor(netx): move construction logic outside package (#798)
For testability, replace most if-based construction logic with
calls to well-tested factories living in other packages.

While there, acknowledge that a bunch of types could now be private
and make them private, modifying the code to call the public
factories allowing to construct said types instead.

Part of https://github.com/ooni/probe/issues/2121
2022-06-05 21:22:27 +02:00
..
callback.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dial_test.go fix: ensure experiments return nil when we want to submit (#654) 2022-01-07 13:17:20 +01:00
dial.go refactor(netx): move construction logic outside package (#798) 2022-06-05 21:22:27 +02:00
doc.go fix: ensure experiments return nil when we want to submit (#654) 2022-01-07 13:17:20 +01:00
download_test.go refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00
download.go refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00
ndt7_test.go cleanup: mark more integration tests as !short mode (#755) 2022-05-24 21:01:15 +02:00
ndt7.go feat: introduce the tcpping experiment (#696) 2022-05-09 09:33:18 +02:00
param.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
spec.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
upload_test.go refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00
upload.go refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00
wsconn_test.go refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00
wsconn.go refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00