com.ossuminc.riddl.testkit.TestParser.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riddl-testkit_sjs1_3 Show documentation
Show all versions of riddl-testkit_sjs1_3 Show documentation
Testing kit for RIDDL language and passes
The newest version!
/*
* Copyright 2019 Ossum, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
package com.ossuminc.riddl.testkit
import com.ossuminc.riddl.language.parsing.RiddlParserInput
import com.ossuminc.riddl.language.parsing.{TestParser => LanguageTestParser}
import com.ossuminc.riddl.utils.PlatformContext
class TestParser(input: RiddlParserInput, throwOnError: Boolean)(using PlatformContext)
extends LanguageTestParser(input, throwOnError)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy