Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
testng
/
31cc17da840d31682daae6b283c0a8766c93bd13
31cc17d
Added EmailableReporter
by cbeust
· 18 years ago
062d51d
classfileset is automatically appending a selector for **/*.class files
by the.mindstorm
· 18 years ago
b218184
include resources dir in the distro zip
by the.mindstorm
· 18 years ago
bfa74b3
order of source dirs
by the.mindstorm
· 18 years ago
2ea9333
Fixed bug TESTNG-106 (Failed "@BeforeSuite" method just skipps the last test in xml-file)
by the.mindstorm
· 18 years ago
08ebf81
Fix for success on 0 test run (http://forums.opensymphony.com/thread.jspa?threadID=41213)
by the.mindstorm
· 18 years ago
ad23a3d
Put the timeout tests in their own directory
by cbeust
· 18 years ago
f91c2a6
updated ChangeLog
by the.mindstorm
· 18 years ago
c875d81
completely refactored support for running JUnit tests
by the.mindstorm
· 18 years ago
b75a667
fixed problem running JDK1.4 tests with JDK5 distro
by the.mindstorm
· 18 years ago
5a7f440
small reporting improvements
by the.mindstorm
· 18 years ago
6b47203
fixed build to correctly run JDK1.4 tests with JDK5 version
by the.mindstorm
· 18 years ago
d58f598
Removed superfluous setAllTestMethods. Added time-out in <suite> and <test>
by cbeust
· 18 years ago
c423d17
removed catch block from SuiteWorker
by the.mindstorm
· 18 years ago
1942e42
small fixes
by the.mindstorm
· 18 years ago
af55c30
Added ParallelTestTest to testng.xml
by cbeust
· 18 years ago
495b6d8
Fixed Misc test, updated documentation for the new parallel attribute
by cbeust
· 18 years ago
4b9824b
Parallel test mode can now be specified from XML: <suite parallel="tests">
by cbeust
· 18 years ago
a1d43ef
Two new links to the Misc section
by cbeust
· 18 years ago
fe3dc89
Patch to run <test> in parallel. Disabled for now, next: add XML support.
by cbeust
· 18 years ago
a6fd161
File creating logs moved to level 3
by the.mindstorm
· 18 years ago
71e5502
applyed patch for NPE (submitted by Dustim)
by the.mindstorm
· 18 years ago
3bebe44
Fixed build break in other-jar target
by cbeust
· 18 years ago
f3f45e3
Documented the new @ command line parameter
by cbeust
· 18 years ago
c2408c3
Modified CHANGES.txt
by cbeust
· 18 years ago
0cc4f38
Added: TestNGAntTask now uses the @ syntax to invoke TestNG
by cbeust
· 18 years ago
26b0c78
Added: Command line understands @ syntax
by cbeust
· 18 years ago
5cad4ee
Doc update
by cbeust
· 18 years ago
cab406d
Updated documentation to user prettyprint.js
by cbeust
· 18 years ago
6d98195
Removed Javadocs from the repository
by cbeust
· 18 years ago
e24b380
Added: JUnitConverter uses the new syntax Added: -groups to JUnitConverter
by cbeust
· 18 years ago
8bee407
Now creating other-jars/
by cbeust
· 18 years ago
6e454c7
Throw proper exception when a DataProvider declares parameters
by cbeust
· 18 years ago
fcbeace
Updated doc and command line usage with threadcount
by cbeust
· 18 years ago
3c73b79
Added -threadcount and threadcount to ant task
by cbeust
· 18 years ago
5295205
Documented testng.test.classpath
by cbeust
· 18 years ago
837d1a2
Fixed sequential so it uses the common thread pool
by cbeust
· 18 years ago
0186445
Minor fixes
by cbeust
· 18 years ago
aa33b32
Minor fix
by cbeust
· 18 years ago
d6b2cdc
Javadoc update
by cbeust
· 18 years ago
335d92c
Doc update
by cbeust
· 18 years ago
96761aa
Minor fixes
by cbeust
· 18 years ago
e4d3a2e
Updated doc
by cbeust
· 18 years ago
8855dc4
Updated CHANGES and version to 5.1beta
by cbeust
· 18 years ago
30fce3d
Added: @Test(sequential = true)
by cbeust
· 18 years ago
bd30f26
Updated Javadocs
by cbeust
· 18 years ago
a8bede1
improved support for TESTNG-40
by the.mindstorm
· 18 years ago
3aa481d
a hack for TESTNG-40 (far from being fixed)
by the.mindstorm
· 18 years ago
13e8f50
added new feature to Eclipse plugin: TESTNG-97 (double click top stack to raise comparison)
by the.mindstorm
· 18 years ago
997a593
Fix for TESTNG-101
by the.mindstorm
· 18 years ago
dc1870e
small optimization in TestNGClassFinder.isTestNGClass
by the.mindstorm
· 18 years ago
0751d26
test-output-tests dir added to ignore list
by the.mindstorm
· 18 years ago
7276490
improved package filtering when testng.test.classpath is used
by the.mindstorm
· 18 years ago
f20ea84
a quick fix for the SuiteRunner: unique and ordered @Before/AfterSuite
by the.mindstorm
· 18 years ago
7a03ee7
Renamed project to "TestNG"
by cbeust
· 18 years ago
ca895ef
Fixed: TESTNG-102 (Incorrect ordering of @BeforeMethod calls when a dependency is specified).
by cbeust
· 18 years ago
990017e
SVN glitch: resubmit this file
by cbeust
· 18 years ago
02c5226
Simpler version for dataprovider doc
by cbeust
· 18 years ago
9099e25
fixed a possible synch problem with the invocation of @BeforeClass
by the.mindstorm
· 18 years ago
8c8959b
updated TestNG version to 5.1
by the.mindstorm
· 18 years ago
a10e6b8
updated ChangeLog
by the.mindstorm
· 18 years ago
8ca3572
Fix for TESTNG-37 (pass null to parameter from suite definition)
by the.mindstorm
· 18 years ago
725e994
testng-1.0.dtd added to ignore list
by the.mindstorm
· 18 years ago
13d0993
fix for TESTNG-56 (invocation of @Before/AfterClass methods)
by the.mindstorm
· 18 years ago
43a6a24
Eclipse project renamed to TestNG1.5
by the.mindstorm
· 18 years ago
5801ad5
quick hack to fix TESTNG-40
by the.mindstorm
· 18 years ago
323d804
fix for TESTNG-59 and TESTNG-93
by the.mindstorm
· 18 years ago
fef3b0a
synched exception printstacktrace (they were breaking the output)
by the.mindstorm
· 18 years ago
fa2569f
improved reports (also fix for TESTNG-7)
by the.mindstorm
· 18 years ago
b6cb18f
added class to method reports (otherwise was quite hard to read it)
by the.mindstorm
· 18 years ago
57a9e76
build and test-output dirs added to ignore list
by the.mindstorm
· 18 years ago
a87a693
removed test.output.OutputTest (Regression2) from suite def (missing class)
by the.mindstorm
· 18 years ago
c4b6d9a
support added for specifying test only classpath through sysproperty "testng.test.classpath"
by the.mindstorm
· 18 years ago
9334e83
output dirs added to ignore list
by the.mindstorm
· 18 years ago
026e546
test for TESTNG-93
by the.mindstorm
· 18 years ago
3a33bc7
test-output, z_build, *.launch added to ignore list
by the.mindstorm
· 18 years ago
bfc892e
Fix TESNTG-81
by the.mindstorm
· 18 years ago
2d78d7a
tools.jar is needed for compilation (define variable TOOLS15_LIB to point to it)
by the.mindstorm
· 18 years ago
8fc1e9f
removed testng not-needed dir
by the.mindstorm
· 18 years ago
ee1fea1
Delete tmp directory
by cbeust
· 18 years ago
6e35f9f
Committing .classpath and .project to make future check outs easier.
by cbeust
· 18 years ago
f8e0cb4
Share project 'TestNG Subversion' into 'https://testng.googlecode.com/svn/trunk/testng'
by cbeust
· 18 years ago
42e7163
Share project 'tralala' into 'https://testng.googlecode.com/svn/trunk/tralala'
by the.mindstorm
· 18 years ago
6b01a02
by cbeust
· 18 years ago
336f0ef
Initial commit
by cbeust
· 18 years ago
cc3b796
editted on purpose
by the.mindstorm
· 18 years ago
88dae78
by cbeust
· 18 years ago
fed6595
Initial commit
by cbeust
· 18 years ago
3a07961
Wipe the directory so we can re-create it better
by cbeust
· 18 years ago
65d3ef3
Initial commit
by cbeust
· 18 years ago
587b147
Initial commit
by cbeust
· 18 years ago
afc4d6d
Initial commit
by cbeust
· 18 years ago
7411bf6
Initial commit
by cbeust
· 18 years ago
e58505a
Initial commit
by cbeust
· 18 years ago
b02358f
Initial commit
by cbeust
· 18 years ago
5507bb2
Initial commit
by cbeust
· 18 years ago
85ffe9b
Initial commit
by cbeust
· 18 years ago
a6d7b4e
Initial commit
by cbeust
· 18 years ago
1ff79ae
Initial commit
by cbeust
· 18 years ago
b605852
Initial commit
by cbeust
· 18 years ago
Next »