Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class GraphRegexUtilTest(operation: Operation)

The test methods in this class will run three times using the JUnit parameterized test mechanism. Whether we are dealing with an operation of type: "query", "mutation", or "subscription", the tests should pass.

Link copied to clipboard
data class Operation(val typeStr: String, val nameStr: String)
Link copied to clipboard

The test methods in this class will run three times using the JUnit parameterized test mechanism. Whether we are dealing with an operation of type: "query", "mutation", or "subscription", the tests should pass.