The current https://junit.org/junit5/docs/current/user-guide uses the term container around 50 times without defining it.
What is the difference between test class and container? Can one container be in more than one class? Can one class has more than one container? (for example nested classes).