MapWithAI/test
Taylor Smock 808623d727 JUnit4 -> JUnit5
* Fix an NPE, doesn't fix root issue
* Add tag for command tests
* Add annotations for specific types of tests.
  There is now an annotation for slow tests, tests that affect other
  tests, and tests that are affected by other tests.
  In the event that a wounded test (test affected by another test) is
  fixed, it may have its wounded annotation removed. Under no
  circumstances should the test that affects another test have its bleed
  annotation removed, since it may cause other tests to fail in the
  future. When a wounded annotation is added or removed, it should have a
  reference to the test that is wounding it.
* Add documentation on why tests may be failing
* Add a wiremock response transformer
  This ensures that any URL's in the response are also mocked (or fails
  the test).
  I also fixed a listener bug for MapWithAILayerInfo.

Signed-off-by: Taylor Smock <taylor.smock@kaart.com>
2020-11-12 15:17:11 -07:00
..
integration/org/openstreetmap/josm/plugins/mapwithai/io/mapwithai JUnit4 -> JUnit5 2020-11-12 15:17:11 -07:00
resources/wiremock MapWithAI Style ZIP: Remove @support (test env bailed on it) 2020-08-18 11:12:23 -06:00
unit/org/openstreetmap/josm/plugins/mapwithai JUnit4 -> JUnit5 2020-11-12 15:17:11 -07:00
.gitignore Initial commit 2019-09-14 08:25:04 -06:00