You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JUnit Jupiter, tests can be grouped using Nested classes
@nested tests give the test writer more capabilities to express the relationship among several groups of tests. Such nested tests make use of Java’s nested classes and facilitate hierarchical thinking about the test structure
This seems to fit the exact purpose of the -- comment divisors in test., and enables a number of useful features like being able to run the set of nested tests individually.
The text was updated successfully, but these errors were encountered:
JUnit Jupiter, tests can be grouped using Nested classes
This seems to fit the exact purpose of the
-- comment
divisors in test., and enables a number of useful features like being able to run the set of nested tests individually.The text was updated successfully, but these errors were encountered: