org.eclipse.xtext.xbase.junit.evaluation
Class AbstractXbaseEvaluationTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.xtext.xbase.junit.evaluation.AbstractXbaseEvaluationTest
All Implemented Interfaces:
junit.framework.Test

public abstract class AbstractXbaseEvaluationTest
extends junit.framework.TestCase

Author:
Sebastian Zarnekow - Initial contribution and API, Sven Efftinge

Constructor Summary
AbstractXbaseEvaluationTest()
           
 
Method Summary
protected  void assertEvaluatesTo(java.lang.Object object, java.lang.String string)
           
protected  void assertEvaluatesWithException(java.lang.Class<? extends java.lang.Throwable> class1, java.lang.String string)
           
protected  java.lang.Object invokeXbaseExpression(java.lang.String expression)
           
 void test351809()
           
 void testAddOnIntegers()
           
 void testAndOnBooleans_01()
           
 void testAndOnBooleans_02()
           
 void testAndOnBooleans_03()
           
 void testAndOnBooleans_04()
           
 void testArrayConversion_01()
           
 void testArrayConversion_02()
           
 void testArrayConversion_03()
           
 void testArrayConversion_04()
           
 void testArrayConversion_05()
           
 void testAssignment_01()
           
 void testAssignment_02()
           
 void testAssignment_03()
           
 void testAssignment_04()
           
 void testAssignment_05()
           
 void testAssignment_06()
           
 void testAssignment_07()
           
 void testAssignment_08()
           
 void testAssignment_09()
           
 void testAssignment_10()
           
 void testAssignment_11()
           
 void testAssignment_12()
           
 void testAssignment_13()
           
 void testAssignmentInBlock_01()
           
 void testBooleanLiteral_01()
           
 void testBooleanLiteral_02()
           
 void testBug341550()
           
 void testBug341642()
           
 void testBug341775()
           
 void testBug342434_01()
           
 void testBug342434_02()
           
 void testBug342434_03()
           
 void testBug342434_04()
           
 void testBug342434_05()
           
 void testBug343144_01()
           
 void testBug343144_02()
           
 void testBug343144_03()
           
 void testBug343144_04()
           
 void testBug343144_05()
           
 void testBug343144_06()
           
 void testBug347175()
           
 void testBug349762_01()
           
 void testBug349762_02()
           
 void testCastedExpression_01()
           
 void testCastedExpression_02()
           
 void testCastedExpression_03()
           
 void testClosure_01()
           
 void testClosure_02()
           
 void testClosure_03()
           
 void testClosure_05()
           
 void testClosure_06_1()
           
 void testClosure_06()
           
 void testClosure_07_01()
           
 void testClosure_07()
           
 void testClosure_08()
           
 void testClosure_09_2()
           
 void testClosure_09()
           
 void testClosure_10_2()
           
 void testClosure_10()
           
 void testClosure_11_2()
           
 void testClosure_11()
           
 void testClosure_12_2()
           
 void testClosure_12()
           
 void testClosure_13_2()
           
 void testClosure_13()
           
 void testClosure_14_2()
           
 void testClosure_14()
           
 void testCollectionExtensions_01()
           
 void testCollectionExtensions_02()
           
 void testCollectionExtensions_03()
           
 void testCollectionExtensions_04()
           
 void testCollectionExtensions_05()
           
 void testCollectionExtensions_06()
           
 void testCollectionExtensions_07()
           
 void testConstructor_01()
           
 void testConstructor_02()
           
 void testConstructor_03()
           
 void testConstructor_04()
           
 void testConstructorCall_00()
           
 void testConstructorCall_02()
           
 void testConstructorVarArgs_01()
           
 void testConstructorVarArgs_02()
           
 void testConstructorVarArgs_03()
           
 void testConstructorVarArgs_04()
           
 void testConstructorVarArgs_05()
           
 void testCurrying_01()
           
 void testDivisionOnIntegers_01()
           
 void testDivisionOnIntegers_02()
           
 void testDoWhileLoop_01()
           
 void testDoWhileLoop_02()
           
 void testEscapeCharacter()
           
 void testFeatureCall_01()
           
 void testFeatureCall_02()
           
 void testFeatureCall_03_2()
           
 void testFeatureCall_03()
           
 void testFeatureCall_04()
           
 void testForLoop_01()
           
 void testForLoop_02()
           
 void testForLoop_03()
           
 void testForLoop_04()
           
 void testForLoop()
           
 void testFunctionConversion_00()
           
 void testGenerics_00()
           
 void testGenerics_01()
           
 void testGenerics_02()
           
 void testGenerics_03()
           
 void testGreaterEqualsThanOnIntegers_01()
           
 void testGreaterEqualsThanOnIntegers_02()
           
 void testGreaterEqualsThanOnIntegers_03()
           
 void testGreaterThanOnIntegers_01()
           
 void testGreaterThanOnIntegers_02()
           
 void testIfExpression_00()
           
 void testIfExpression_01()
           
 void testIfExpression_02()
           
 void testIfExpression_03()
           
 void testIfExpression_04()
           
 void testIfExpression_withThrowExpression_00()
           
 void testIfExpression_withThrowExpression_01()
           
 void testIfExpression_withThrowExpression_02()
           
 void testInstanceOf_01()
           
 void testInstanceOf_02()
           
 void testInstanceOf_03()
           
 void testInstanceOf_04()
           
 void testIntLiteral_01()
           
 void testIntLiteral_02()
           
 void testIterableExtension_01()
           
 void testIterableExtension_02()
           
 void testIterableExtension_03()
           
 void testIterableExtension_04()
           
 void testIterableExtension_05()
           
 void testIterableExtension_06()
           
 void testIterableExtension_07()
           
 void testIterableExtension_08()
           
 void testIterableExtension_09()
           
 void testIterableExtension_10()
           
 void testLessEqualsThanOnIntegers_01()
           
 void testLessEqualsThanOnIntegers_02()
           
 void testLessEqualsThanOnIntegers_03()
           
 void testLessThanOnIntegers_01()
           
 void testLessThanOnIntegers_02()
           
 void testListExtensions_01()
           
 void testListExtensions_02()
           
 void testListExtensions_03()
           
 void testMapConstruction_00()
           
 void testMapConstruction_01()
           
 void testMemberCallOnMultiType_01()
           
 void testMemberCallOnMultiType_02()
           
 void testMemberCallOnMultiType_03()
           
 void testMemberCallOnMultiType_04()
           
 void testMemberCallOnMultiType_05()
           
 void testMemberCallOnMultiType_06()
           
 void testMemberCallOnMultiType_07()
           
 void testMemberCallOnMultiType_08()
           
 void testMemberFeatureCall_01()
           
 void testMemberFeatureCall_02()
           
 void testMemberFeatureCall_03()
           
 void testMemberFeatureCall_04()
           
 void testMemberFeatureCall_05()
           
 void testMemberFeatureCall_06()
           
 void testMemberFeatureCall_07()
           
 void testMethodVarArgs_01()
           
 void testMethodVarArgs_02()
           
 void testMethodVarArgs_03()
           
 void testMethodVarArgs_04()
           
 void testMethodVarArgs_05()
           
 void testMethodVarArgs_06()
           
 void testMethodVarArgs_07()
           
 void testMethodVarArgs_08()
           
 void testMethodVarArgs_09()
           
 void testMethodVarArgs_10()
           
 void testMethodVarArgs_11()
           
 void testModuloOnIntegers()
           
 void testMultiplicationOnIntegers()
           
 void testNestedClosures()
           
 void testNull()
           
 void testNullBlockResult_01()
           
 void testNullBlockResult_02()
           
 void testNullSafeOperator_01()
           
 void testNullSafeOperator_02()
           
 void testOrOnBooleans_01()
           
 void testOrOnBooleans_02()
           
 void testOrOnBooleans_03()
           
 void testOrOnBooleans_04()
           
 void testPowerOnIntegers()
           
 void testPrimitiveConversion()
           
 void testReferenceInnerClasses_00()
           
 void testReferenceInnerClasses_01()
           
 void testReferenceInnerClasses()
           
 void testReturnExpression_01()
           
 void testReturnExpression_02()
           
 void testReturnExpression_03()
           
 void testReturnExpression_04()
           
 void testReturnExpression_05()
           
 void testReturnExpression_06()
           
 void testShortCircuitBooleanExpression_00()
           
 void testShortCircuitBooleanExpression_01()
           
 void testShortCircuitBooleanExpression_03()
           
 void testShortCircuitBooleanExpression_04()
           
 void testStaticFeatureCall_01()
           
 void testStaticFeatureCall_02()
           
 void testStaticMethod_01()
           
 void testStaticMethod_02()
           
 void testStringConcatenation_00()
           
 void testStringConcatenation_01()
           
 void testStringConcatenation_2()
           
 void testStringLiteral_01()
           
 void testStringLiteral_02()
           
 void testStringLiteral_03()
           
 void testSubtractionOnIntegers()
           
 void testSwitchExpression_01()
           
 void testSwitchExpression_02()
           
 void testSwitchExpression_03()
           
 void testSwitchExpression_04()
           
 void testSwitchExpression_05()
           
 void testSwitchExpression_06()
           
 void testSwitchExpression_07()
           
 void testSwitchExpression_08()
           
 void testSwitchExpression_09()
           
 void testSwitchExpression_10()
           
 void testSwitchExpression_11()
           
 void testSwitchExpression_12()
           
 void testSwitchExpression_13()
           
 void testThrowExpression_01()
           
 void testThrowExpression_02()
           
 void testThrowExpression_03()
           
 void testThrowExpression_04()
           
 void testThrowExpression_05()
           
 void testThrowInBlock_01()
           
 void testThrowInBlock()
           
 void testTryCatch_01()
           
 void testTryCatch_02()
           
 void testTryCatch_03()
           
 void testTryCatch_04()
           
 void testTryCatch_05()
           
 void testTryCatch_WithThrows_01()
           
 void testTryCatch_WithThrows_02()
           
 void testTryCatch_WithThrows()
           
 void testTryFinally_01()
           
 void testTryFinally_02()
           
 void testTypeLiteral_01()
           
 void testTypeLiteral_02()
           
 void testUnaryOperator_00()
           
 void testUnaryOperator_01()
           
 void testUnaryOperator_02()
           
 void testUnreferencedConstructorInBlock()
          see https://bugs.eclipse.org/bugs/show_bug.cgi?
 void testUpToOperator()
           
 void testVariableDeclaration_01()
           
 void testVariableDeclaration_03()
           
 void testVariableDeclaration_04()
           
 void testVariableDeclaration_06()
           
 void testVariableDeclaration_07()
           
 void testVariableDeclaration_08()
           
 void testVariableDeclaration_09()
           
 void testVariableDeclaration_10()
           
 void testWhileLoop_01()
           
 void testWhileLoop_02()
           
 void testWhileLoop_03()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractXbaseEvaluationTest

public AbstractXbaseEvaluationTest()
Method Detail

testNestedClosures

public void testNestedClosures()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testEscapeCharacter

public void testEscapeCharacter()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testShortCircuitBooleanExpression_00

public void testShortCircuitBooleanExpression_00()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

testShortCircuitBooleanExpression_01

public void testShortCircuitBooleanExpression_01()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

testShortCircuitBooleanExpression_03

public void testShortCircuitBooleanExpression_03()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

testShortCircuitBooleanExpression_04

public void testShortCircuitBooleanExpression_04()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

testForLoop

public void testForLoop()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testReferenceInnerClasses

public void testReferenceInnerClasses()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testReferenceInnerClasses_00

public void testReferenceInnerClasses_00()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testReferenceInnerClasses_01

public void testReferenceInnerClasses_01()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testBug341642

public void testBug341642()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testBug341775

public void testBug341775()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testCurrying_01

public void testCurrying_01()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testBug341550

public void testBug341550()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testGenerics_00

public void testGenerics_00()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testGenerics_01

public void testGenerics_01()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testGenerics_02

public void testGenerics_02()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testGenerics_03

public void testGenerics_03()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testUnreferencedConstructorInBlock

public void testUnreferencedConstructorInBlock()
                                        throws java.lang.Exception
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=341246

Throws:
java.lang.Exception

testStaticFeatureCall_01

public void testStaticFeatureCall_01()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testStaticFeatureCall_02

public void testStaticFeatureCall_02()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testPrimitiveConversion

public void testPrimitiveConversion()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testReturnExpression_01

public void testReturnExpression_01()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testReturnExpression_02

public void testReturnExpression_02()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testReturnExpression_03

public void testReturnExpression_03()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testReturnExpression_04

public void testReturnExpression_04()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testReturnExpression_05

public void testReturnExpression_05()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testReturnExpression_06

public void testReturnExpression_06()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testUnaryOperator_00

public void testUnaryOperator_00()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testUnaryOperator_01

public void testUnaryOperator_01()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testUnaryOperator_02

public void testUnaryOperator_02()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testUpToOperator

public void testUpToOperator()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testStringConcatenation_00

public void testStringConcatenation_00()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testStringConcatenation_01

public void testStringConcatenation_01()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testStringConcatenation_2

public void testStringConcatenation_2()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testAddOnIntegers

public void testAddOnIntegers()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testSubtractionOnIntegers

public void testSubtractionOnIntegers()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testMultiplicationOnIntegers

public void testMultiplicationOnIntegers()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testDivisionOnIntegers_01

public void testDivisionOnIntegers_01()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testDivisionOnIntegers_02

public void testDivisionOnIntegers_02()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testModuloOnIntegers

public void testModuloOnIntegers()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testPowerOnIntegers

public void testPowerOnIntegers()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testLessThanOnIntegers_01

public void testLessThanOnIntegers_01()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testLessThanOnIntegers_02

public void testLessThanOnIntegers_02()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testGreaterThanOnIntegers_01

public void testGreaterThanOnIntegers_01()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testGreaterThanOnIntegers_02

public void testGreaterThanOnIntegers_02()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testLessEqualsThanOnIntegers_01

public void testLessEqualsThanOnIntegers_01()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testLessEqualsThanOnIntegers_02

public void testLessEqualsThanOnIntegers_02()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testLessEqualsThanOnIntegers_03

public void testLessEqualsThanOnIntegers_03()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testGreaterEqualsThanOnIntegers_01

public void testGreaterEqualsThanOnIntegers_01()
                                        throws java.lang.Exception
Throws:
java.lang.Exception

testGreaterEqualsThanOnIntegers_02

public void testGreaterEqualsThanOnIntegers_02()
                                        throws java.lang.Exception
Throws:
java.lang.Exception

testGreaterEqualsThanOnIntegers_03

public void testGreaterEqualsThanOnIntegers_03()
                                        throws java.lang.Exception
Throws:
java.lang.Exception

testOrOnBooleans_01

public void testOrOnBooleans_01()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testOrOnBooleans_02

public void testOrOnBooleans_02()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testOrOnBooleans_03

public void testOrOnBooleans_03()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testOrOnBooleans_04

public void testOrOnBooleans_04()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testAndOnBooleans_01

public void testAndOnBooleans_01()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testAndOnBooleans_02

public void testAndOnBooleans_02()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testAndOnBooleans_03

public void testAndOnBooleans_03()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testAndOnBooleans_04

public void testAndOnBooleans_04()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testNull

public void testNull()
              throws java.lang.Exception
Throws:
java.lang.Exception

testNullBlockResult_01

public void testNullBlockResult_01()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testNullBlockResult_02

public void testNullBlockResult_02()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testStringLiteral_01

public void testStringLiteral_01()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testStringLiteral_02

public void testStringLiteral_02()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testStringLiteral_03

public void testStringLiteral_03()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testBooleanLiteral_01

public void testBooleanLiteral_01()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testBooleanLiteral_02

public void testBooleanLiteral_02()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testIntLiteral_01

public void testIntLiteral_01()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testIntLiteral_02

public void testIntLiteral_02()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testTypeLiteral_01

public void testTypeLiteral_01()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testTypeLiteral_02

public void testTypeLiteral_02()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testIfExpression_00

public void testIfExpression_00()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testIfExpression_01

public void testIfExpression_01()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testIfExpression_02

public void testIfExpression_02()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testIfExpression_03

public void testIfExpression_03()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testIfExpression_04

public void testIfExpression_04()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testIfExpression_withThrowExpression_00

public void testIfExpression_withThrowExpression_00()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

testIfExpression_withThrowExpression_01

public void testIfExpression_withThrowExpression_01()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

testIfExpression_withThrowExpression_02

public void testIfExpression_withThrowExpression_02()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

testVariableDeclaration_01

public void testVariableDeclaration_01()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testVariableDeclaration_03

public void testVariableDeclaration_03()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testVariableDeclaration_04

public void testVariableDeclaration_04()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testVariableDeclaration_06

public void testVariableDeclaration_06()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testVariableDeclaration_07

public void testVariableDeclaration_07()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testVariableDeclaration_08

public void testVariableDeclaration_08()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testVariableDeclaration_09

public void testVariableDeclaration_09()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testVariableDeclaration_10

public void testVariableDeclaration_10()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testFeatureCall_01

public void testFeatureCall_01()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testFeatureCall_02

public void testFeatureCall_02()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testFeatureCall_03

public void testFeatureCall_03()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testFeatureCall_03_2

public void testFeatureCall_03_2()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testFeatureCall_04

public void testFeatureCall_04()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testConstructorCall_00

public void testConstructorCall_00()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testConstructorCall_02

public void testConstructorCall_02()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_01

public void testAssignment_01()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_02

public void testAssignment_02()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_03

public void testAssignment_03()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_04

public void testAssignment_04()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_05

public void testAssignment_05()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_06

public void testAssignment_06()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_07

public void testAssignment_07()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_08

public void testAssignment_08()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_09

public void testAssignment_09()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_10

public void testAssignment_10()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_11

public void testAssignment_11()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_12

public void testAssignment_12()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignment_13

public void testAssignment_13()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testAssignmentInBlock_01

public void testAssignmentInBlock_01()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testThrowInBlock

public void testThrowInBlock()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testThrowInBlock_01

public void testThrowInBlock_01()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testForLoop_01

public void testForLoop_01()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testForLoop_02

public void testForLoop_02()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testForLoop_03

public void testForLoop_03()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testForLoop_04

public void testForLoop_04()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testFunctionConversion_00

public void testFunctionConversion_00()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testWhileLoop_01

public void testWhileLoop_01()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testWhileLoop_02

public void testWhileLoop_02()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testWhileLoop_03

public void testWhileLoop_03()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testDoWhileLoop_01

public void testDoWhileLoop_01()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testDoWhileLoop_02

public void testDoWhileLoop_02()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testMemberFeatureCall_01

public void testMemberFeatureCall_01()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testMemberFeatureCall_02

public void testMemberFeatureCall_02()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testMemberFeatureCall_03

public void testMemberFeatureCall_03()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testMemberFeatureCall_04

public void testMemberFeatureCall_04()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testMemberFeatureCall_05

public void testMemberFeatureCall_05()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testMemberFeatureCall_06

public void testMemberFeatureCall_06()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testMemberFeatureCall_07

public void testMemberFeatureCall_07()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testNullSafeOperator_01

public void testNullSafeOperator_01()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testNullSafeOperator_02

public void testNullSafeOperator_02()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_01

public void testSwitchExpression_01()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_02

public void testSwitchExpression_02()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_03

public void testSwitchExpression_03()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_04

public void testSwitchExpression_04()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_05

public void testSwitchExpression_05()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_06

public void testSwitchExpression_06()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_07

public void testSwitchExpression_07()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_08

public void testSwitchExpression_08()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_09

public void testSwitchExpression_09()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_10

public void testSwitchExpression_10()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_11

public void testSwitchExpression_11()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_12

public void testSwitchExpression_12()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testSwitchExpression_13

public void testSwitchExpression_13()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testCastedExpression_01

public void testCastedExpression_01()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testCastedExpression_02

public void testCastedExpression_02()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testCastedExpression_03

public void testCastedExpression_03()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testTryCatch_01

public void testTryCatch_01()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testTryCatch_02

public void testTryCatch_02()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testTryCatch_03

public void testTryCatch_03()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testTryCatch_04

public void testTryCatch_04()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testTryCatch_05

public void testTryCatch_05()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testTryCatch_WithThrows

public void testTryCatch_WithThrows()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testTryCatch_WithThrows_01

public void testTryCatch_WithThrows_01()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testTryCatch_WithThrows_02

public void testTryCatch_WithThrows_02()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testTryFinally_01

public void testTryFinally_01()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testTryFinally_02

public void testTryFinally_02()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testConstructor_01

public void testConstructor_01()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testConstructor_02

public void testConstructor_02()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testConstructor_03

public void testConstructor_03()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testConstructor_04

public void testConstructor_04()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testThrowExpression_01

public void testThrowExpression_01()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testThrowExpression_02

public void testThrowExpression_02()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testThrowExpression_03

public void testThrowExpression_03()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testThrowExpression_04

public void testThrowExpression_04()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testThrowExpression_05

public void testThrowExpression_05()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testInstanceOf_01

public void testInstanceOf_01()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testInstanceOf_02

public void testInstanceOf_02()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testInstanceOf_03

public void testInstanceOf_03()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testInstanceOf_04

public void testInstanceOf_04()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_01

public void testClosure_01()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_02

public void testClosure_02()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_03

public void testClosure_03()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_05

public void testClosure_05()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_06

public void testClosure_06()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_06_1

public void testClosure_06_1()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_07

public void testClosure_07()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_07_01

public void testClosure_07_01()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_08

public void testClosure_08()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_09

public void testClosure_09()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_09_2

public void testClosure_09_2()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_10

public void testClosure_10()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_10_2

public void testClosure_10_2()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_11

public void testClosure_11()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_11_2

public void testClosure_11_2()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_12

public void testClosure_12()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_12_2

public void testClosure_12_2()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_13

public void testClosure_13()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_13_2

public void testClosure_13_2()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_14

public void testClosure_14()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testClosure_14_2

public void testClosure_14_2()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testArrayConversion_01

public void testArrayConversion_01()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testArrayConversion_02

public void testArrayConversion_02()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testArrayConversion_03

public void testArrayConversion_03()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testArrayConversion_04

public void testArrayConversion_04()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testArrayConversion_05

public void testArrayConversion_05()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testConstructorVarArgs_01

public void testConstructorVarArgs_01()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testConstructorVarArgs_02

public void testConstructorVarArgs_02()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testConstructorVarArgs_03

public void testConstructorVarArgs_03()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testConstructorVarArgs_04

public void testConstructorVarArgs_04()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testConstructorVarArgs_05

public void testConstructorVarArgs_05()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testMethodVarArgs_01

public void testMethodVarArgs_01()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMethodVarArgs_02

public void testMethodVarArgs_02()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMethodVarArgs_03

public void testMethodVarArgs_03()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMethodVarArgs_04

public void testMethodVarArgs_04()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMethodVarArgs_05

public void testMethodVarArgs_05()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMethodVarArgs_06

public void testMethodVarArgs_06()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMethodVarArgs_07

public void testMethodVarArgs_07()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMethodVarArgs_08

public void testMethodVarArgs_08()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMethodVarArgs_09

public void testMethodVarArgs_09()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMethodVarArgs_10

public void testMethodVarArgs_10()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMethodVarArgs_11

public void testMethodVarArgs_11()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testIterableExtension_01

public void testIterableExtension_01()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testIterableExtension_02

public void testIterableExtension_02()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testIterableExtension_03

public void testIterableExtension_03()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testIterableExtension_04

public void testIterableExtension_04()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testIterableExtension_05

public void testIterableExtension_05()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testIterableExtension_06

public void testIterableExtension_06()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testIterableExtension_07

public void testIterableExtension_07()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testIterableExtension_08

public void testIterableExtension_08()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testIterableExtension_09

public void testIterableExtension_09()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testIterableExtension_10

public void testIterableExtension_10()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testMapConstruction_00

public void testMapConstruction_00()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testMapConstruction_01

public void testMapConstruction_01()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testStaticMethod_01

public void testStaticMethod_01()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testStaticMethod_02

public void testStaticMethod_02()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testCollectionExtensions_01

public void testCollectionExtensions_01()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testCollectionExtensions_02

public void testCollectionExtensions_02()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testCollectionExtensions_03

public void testCollectionExtensions_03()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testCollectionExtensions_04

public void testCollectionExtensions_04()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testCollectionExtensions_05

public void testCollectionExtensions_05()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testCollectionExtensions_06

public void testCollectionExtensions_06()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testCollectionExtensions_07

public void testCollectionExtensions_07()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testListExtensions_01

public void testListExtensions_01()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testListExtensions_02

public void testListExtensions_02()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testListExtensions_03

public void testListExtensions_03()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testMemberCallOnMultiType_01

public void testMemberCallOnMultiType_01()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testMemberCallOnMultiType_02

public void testMemberCallOnMultiType_02()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testMemberCallOnMultiType_03

public void testMemberCallOnMultiType_03()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testMemberCallOnMultiType_04

public void testMemberCallOnMultiType_04()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testMemberCallOnMultiType_05

public void testMemberCallOnMultiType_05()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testMemberCallOnMultiType_06

public void testMemberCallOnMultiType_06()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testMemberCallOnMultiType_07

public void testMemberCallOnMultiType_07()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testMemberCallOnMultiType_08

public void testMemberCallOnMultiType_08()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testBug343144_01

public void testBug343144_01()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug343144_02

public void testBug343144_02()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug343144_03

public void testBug343144_03()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug343144_04

public void testBug343144_04()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug343144_05

public void testBug343144_05()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug343144_06

public void testBug343144_06()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug342434_01

public void testBug342434_01()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug342434_02

public void testBug342434_02()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug342434_03

public void testBug342434_03()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug342434_04

public void testBug342434_04()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug342434_05

public void testBug342434_05()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug349762_01

public void testBug349762_01()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug349762_02

public void testBug349762_02()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testBug347175

public void testBug347175()
                   throws java.lang.Exception
Throws:
java.lang.Exception

test351809

public void test351809()
                throws java.lang.Exception
Throws:
java.lang.Exception

assertEvaluatesTo

protected void assertEvaluatesTo(java.lang.Object object,
                                 java.lang.String string)
                          throws java.lang.Exception
Throws:
java.lang.Exception

assertEvaluatesWithException

protected void assertEvaluatesWithException(java.lang.Class<? extends java.lang.Throwable> class1,
                                            java.lang.String string)
                                     throws java.lang.Exception
Throws:
java.lang.Exception

invokeXbaseExpression

protected java.lang.Object invokeXbaseExpression(java.lang.String expression)
                                          throws java.lang.Exception
Throws:
java.lang.Exception