Class | Description |
---|---|
AssumeDotNetInstalledCondition |
Extension class for conditional test execution.
|
AssumeExecutionOnCiServerCondition |
Extension class for conditional test execution.
|
CheckUserWorkingDirExtension |
Extension for test cases that checks whether the test accidentally modifies
the
user.dir system property. |
ExpectedDataContainer |
Represents a generic collection of test resource files that logically belong
together.
|
HostnameUtils |
Utilities for resolving the hostnames of servers that takes the
build-environment into account.
|
ManagedTestData |
A test helper that provides access to a test-specific resources.
|
ManagedTestDataExtension |
A test rule that provides access to a test-specific files and a test-specific
temporary directory.
|
SimulinkTestUtils |
This class provides various utility methods used to test deep cloning
implementations.
|
TestDataManager |
Support class for loading and identifying unused test data files.
|
TestUtils |
Test utils.
|
UnusedResourcesChecker |
Test listener that prints all the unused resources to console after tests
have finished.
|
Annotation Type | Description |
---|---|
ExpectedResourceSource |
Argument provider annotation that provides either instances of
ExpectedDataContainer or pairs of
Resource for the primary test
resource and expected resource. |
IntegrationTestCategory |
Marker interface for JUnit integration tests, e.g., tests that integrate
(external) components.
|
NightlyTest |
Marker interface for tests that should be run in the nightly build (and not
in the commit-triggered pipeline).
|
SimulinkTestExclude |
Annotation used for marking methods that should not be checked during
Simulink tests because they expose shared objects that may be the same.
|