Class TestDiscovery
java.lang.Object
software.amazon.smithy.rulesengine.testutil.TestDiscovery
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTestSuite(String name) Retrieves aTestDiscovery.RulesTestSuiteby name.Provides a stream ofTestDiscovery.RulesTestSuitethat can be used a rule-set engine's implementation compliance.
-
Constructor Details
-
TestDiscovery
public TestDiscovery()
-
-
Method Details
-
testSuites
Provides a stream ofTestDiscovery.RulesTestSuitethat can be used a rule-set engine's implementation compliance.- Returns:
- a stream of
TestDiscovery.RulesTestSuite.
-
getTestSuite
Retrieves aTestDiscovery.RulesTestSuiteby name.- Parameters:
name- the test name.- Returns:
- the
TestDiscovery.RulesTestSuite>
-