enso/lib/java
Pavel Marek 56b289ae79
Move common testing functionality to a separate project (#10112)
Introduce a new `test-utils` project, and moves the `TestBase` there. Moreover, `TestBase` is renamed to `TestUtils` and is no longer an abstract class.

# Important Notes
`test-utils` project does not depend on junit, so it can be used, for example, by any benchmarks as well.
2024-05-29 11:50:03 +00:00
..
benchmarks-common/src/main/java/org/enso/interpreter/bench Towards simplifying runtime-compiler dependencies (#8894) 2024-04-25 10:03:42 +02:00
persistance/src Table of Persistance.Reference at the end of the stream (#9972) 2024-05-18 17:33:04 +00:00
persistance-dsl/src/main/java/org/enso/persist/impl Make IR caches smaller by storing Graph as a reference (#8635) 2023-12-29 06:15:48 +01:00
test-utils/src/main/java/org/enso/test/utils Move common testing functionality to a separate project (#10112) 2024-05-29 11:50:03 +00:00
yaml/src/main/java/org/yaml/snakeyaml/introspector Importing (some of) Standard.Base works from NI runner (#9866) 2024-05-17 14:42:35 +02:00
ydoc-server/src Fix TimersTest (#10118) 2024-05-29 04:16:17 +00:00