compiler/tests/extras/PPExpressionGrammarVerificationTest_Tokenized.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 30 Jul 2015 08:37:37 +0100
changeset 510 869853decf31
parent 459 compiler/tests/extras/PPTokenizedExpressionsVerificationTest.st@4751c407bb40
child 516 3b81c9e53352
permissions -rw-r--r--
Tests refactoring - use generated test cases to make sure all posibilities are tested. Do not generate resource for all combinations, use PPCSetUpBeforeTearDownAfterResource instead that delegates parser compilation to the testcase itself (it calls it's #setUpBefore method).

"{ Package: 'stx:goodies/petitparser/compiler/tests/extras' }"

"{ NameSpace: Smalltalk }"

PPCExpressionGrammarVerificationTest subclass:#PPExpressionGrammarVerificationTest_Tokenized
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'PetitCompiler-Extras-Tests-Expressions'
!


!PPExpressionGrammarVerificationTest_Tokenized methodsFor:'accessing'!

compilerConfiguration
    "Return configuration to use when compiling parser (as instance of PPCConfiguration)"

    ^ PPCConfiguration tokenizing

    "Modified: / 29-07-2015 / 17:07:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
! !

!PPExpressionGrammarVerificationTest_Tokenized class methodsFor:'documentation'!

version
    ^ 'Path: stx/goodies/petitparser/compiler/tests/extras/PPTokenizedExpressionsVerificationTest.st, Version: 1.0, User: jv, Time: 2015-07-29T18:57:05.904+01'
!

version_HG
    ^ 'Path: stx/goodies/petitparser/compiler/tests/extras/PPTokenizedExpressionsVerificationTest.st, Version: 1.0, User: jv, Time: 2015-07-29T18:57:05.904+01'
! !