Hi! I want to start, and stop a TestContainer (see...
# kotlintest
a
Hi! I want to start, and stop a TestContainer (see https://github.com/testcontainers/testcontainers-java) before, and after every test respectively. I wrote an implementation of TestListener, and registered it. So far so good. Now, I need to access a field variable from the TestListener instance inside the test (TestListener have dynamic port mapping, and I would like to use that feature). Is there a way to access that information?