github.com/kaptinlin/jsonschema@v0.4.6/tests/if_then_else_test.go (about)

     1  package tests
     2  
     3  import "testing"
     4  
     5  // TestIfThenElseForTestSuite executes the if-then-else validation tests for Schema Test Suite.
     6  func TestIfThenElseForTestSuite(t *testing.T) {
     7  	testJSONSchemaTestSuiteWithFilePath(t, "../testdata/JSON-Schema-Test-Suite/tests/draft2020-12/if-then-else.json")
     8  }