Stepan Koltsov
c76463256b
refactor tests
2011-12-07 22:27:42 +04:00
Stepan Koltsov
a16874be6f
Revert "refactor tests". I've broken tests again.
...
This reverts commit 8db2617701 .
2011-12-07 22:06:35 +04:00
Stepan Koltsov
8db2617701
refactor tests
2011-12-07 21:01:51 +04:00
Andrey Breslav
8cee193f47
Multifile tests supported
...
Example of a multifile test: you create a single file under the "quick" directory and put text of all your test files into it, prepending each file with a comment as follows:
// FILE: foo
class foo
// FILE: bar
class <!FOO!>bar<!>
2011-12-01 14:38:10 +03:00
Alex Tkachman
cb37f7b56f
ability to test stdlib
2011-11-23 09:56:20 +02:00
Alex Tkachman
abb15a85d6
KT-434 test and ability to supply full JDK for compiler tests
2011-11-19 07:01:58 +02:00
Dmitry Jemerov
0b0aacc9e4
since JetTestCase is no longer a base class for any tests, remove code which is now redundant and rename it to JetTestCaseBuilder
2011-10-27 19:27:18 +02:00
Dmitry Jemerov
655d2bd632
FullJetPsiCheckerTest -> JetLiteFixture
2011-10-27 18:12:24 +02:00
Dmitry Jemerov
e52cfef3a9
JetControlFlowTest -> JetLiteFixture
2011-10-27 17:59:45 +02:00
Dmitry Jemerov
6bdf86cd06
JetOverridingTest -> JetLiteFixture
2011-10-21 16:38:03 +02:00
Dmitry Jemerov
a615ee2687
JetLiteFixture based on JetCoreEnvironment
2011-10-21 16:33:56 +02:00
Dmitry Jemerov
ec6dec0d37
separate compiler and plugin tests
2011-10-20 16:21:18 +02:00