Class SchemaTestDataProvider

java.lang.Object
org.eclipse.microprofile.graphql.tck.dynamic.schema.SchemaTestDataProvider

public class SchemaTestDataProvider extends Object
Provide test data for GraphQL Schema. This will find and load all csv files in the test folder and use that as test data against the schema
Author:
Phillip Kruger (phillip.kruger@redhat.com)
  • Method Details

    • getSnippetTestData

      @DataProvider(name="schemaSnippets") public static Object[][] getSnippetTestData()