Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
testng
/
63f2ea7d5e65036d9342d77cb7289f1e4c473d59
63f2ea7
Made IHookable tests more robust.
by Cedric Beust
· 14 years ago
8d59636
Updated CHANGES
by Cedric Beust
· 14 years ago
c2361f8
Fix potential serialziation problem.
by Tomás Pollak
· 14 years ago
d50ccac
TESTNG-384. Use CharSequence instead of String for assert messages.
by Tomás Pollak
· 14 years ago
c6c960f
TESTNG-186. Rename IWorkerApadter to IWorkerAdapter.
by Tomás Pollak
· 14 years ago
a18fb82
Merge branch 'master' of http://github.com/nullin/testng into nullin
by Cedric Beust
· 14 years ago
3a45239
Comment update
by Cedric Beust
· 14 years ago
b1f7fe7
build.properties update
by Cedric Beust
· 14 years ago
e14d068
IConfigurable and IHookable are now listeners.
by Cedric Beust
· 14 years ago
3297414
Now passing a configuration down to TestRunner.
by Cedric Beust
· 14 years ago
4eb5594
Better testing for IConfigurable.
by Cedric Beust
· 14 years ago
0bc5acb
Working IConfigurable implementation, need some refactoring.
by Cedric Beust
· 14 years ago
a87088c
Version bump.
by Cedric Beust
· 14 years ago
6736fec
Test build update.
by Cedric Beust
· 14 years ago
1621e39
Add testngtasks to the Maven produced jar file
by Cedric Beust
· 14 years ago
aacb207
Fixed: Invoke IInvokedMethodListener.afterInvocation after fixing results for tests expecting exceptions
by nullin
· 14 years ago
14e2b69
Fixed: NPE while printing results for an empty suite
by nullin
· 14 years ago
3a701d3
Merge branch 'master' of git://github.com/cbeust/testng
by nullin
· 14 years ago
c987a16
Updated CHANGES
by Cedric Beust
· 14 years ago
1764d01
Fixed: typo -testRunFactory
by Cedric Beust
· 14 years ago
af3d20b
Merge branch 'master' of git://github.com/cbeust/testng
by nullin
· 14 years ago
496ade9
[maven-release-plugin] prepare for next development iteration
by Cedric Beust
· 14 years ago
70cdf19
[maven-release-plugin] prepare release testng-5.14
by Cedric Beust
· 14 years ago
36611a2
Updated maven instructions
by Cedric Beust
· 14 years ago
12f5bdc
[maven-release-plugin] prepare for next development iteration
by Cedric Beust
· 14 years ago
9108960
[maven-release-plugin] prepare release testng-5.14
by Cedric Beust
· 14 years ago
ce7aef2
5.14
by Cedric Beust
· 14 years ago
8c5b3fd
5.14
by Cedric Beust
· 14 years ago
a23c78c
5.14
by Cedric Beust
· 14 years ago
8146566
Merge branch 'master' of git://github.com/cbeust/testng
by nullin
· 14 years ago
23711f3
Showing stack traces if verbose >= 2
by Cedric Beust
· 14 years ago
b464540
Fixed: @Listeners now aggregate through base classes
by Cedric Beust
· 14 years ago
d3c4a28
Build fix
by Cedric Beust
· 14 years ago
9337911
Restore serialization
by Cedric Beust
· 14 years ago
3cedfdf
Fixed: Injection was sometimes not working properly when used with @Parameters
by Cedric Beust
· 14 years ago
252c458
Refactoring
by Cedric Beust
· 14 years ago
7e735d9
TESTNG-400: onTestFailure method in ITestListener is called before @AfterMethod
by Cedric Beust
· 14 years ago
e0eb740
Fixed: ant task error if <classfileset> is used with no classes (welex91)
by Cedric Beust
· 14 years ago
cb12c20
Forgot test files
by Cedric Beust
· 14 years ago
c8d577f
Added threadpoolsizetest to the ant task
by Cedric Beust
· 14 years ago
687eae6
All tests passing include ParallelSuiteTest
by Cedric Beust
· 14 years ago
b7a8c39
Tests passing, need to add command line
by Cedric Beust
· 14 years ago
fc77faa
Introduced SuiteRunnerWorker
by Cedric Beust
· 14 years ago
64c9ecd
Removed childSuites test in equals/hashcode
by Cedric Beust
· 14 years ago
d7056fe
Changed version
by Cedric Beust
· 14 years ago
d5f5746
preserve-order bug
by Cedric Beust
· 14 years ago
39fb6ed
Removed imports from Guice's internal
by Cedric Beust
· 14 years ago
b72428c
Fixed: TESTNG-404 threaded tests fail due to use of non-threadsafe collections (Marcus Better)
by Cedric Beust
· 14 years ago
40be385
Fixed: preserve-order was not preserving class order with dependent methods
by Cedric Beust
· 14 years ago
93d1de6
Merge branch 'master' of git://github.com/cbeust/testng
by nullin
· 14 years ago
49dface
Added <suite-files> generation to toXml()
by Cedric Beust
· 14 years ago
c57d4b1
single update
by Cedric Beust
· 14 years ago
b6b3d93
Two new files
by Cedric Beust
· 14 years ago
c175486
All tests passing with ant but not maven
by Cedric Beust
· 14 years ago
e4f7f6f
Fixed defaults in XmlTest
by Cedric Beust
· 14 years ago
5fd0afa
Fixed methodselectors CommandLineTest
by Cedric Beust
· 14 years ago
0deb791
Added equals methods for XML classes
by Cedric Beust
· 14 years ago
be0d782
Better usage
by Cedric Beust
· 14 years ago
2795e2c
Updated to JCommander 1.5
by Cedric Beust
· 14 years ago
bacea92
Fixed endMillis test
by Cedric Beust
· 14 years ago
9ae4e70
Fixed: RetryAnalyzer wasn't working properly with factories
by Cedric Beust
· 14 years ago
b2d4536
Refactoring
by Cedric Beust
· 14 years ago
caa9356
Updated CHANGES
by Cedric Beust
· 14 years ago
97771d5
Forgot a line in Sumit's patch
by Cedric Beust
· 14 years ago
a741226
build.properties
by Cedric Beust
· 14 years ago
8fb4960
Classfileset was not accepting ,
by Cedric Beust
· 14 years ago
40a8db4
Fixed RemoteTestNG
by Cedric Beust
· 14 years ago
2c5b576
All tests passing, both and and Maven
by Cedric Beust
· 14 years ago
5626b13
Added a method for Surefire backward compatibility
by Cedric Beust
· 14 years ago
ebadb61
More changes
by Cedric Beust
· 14 years ago
8664905
More changes
by Cedric Beust
· 14 years ago
4a2d634
More changes
by Cedric Beust
· 14 years ago
55cd8fe
Replaced constants
by Cedric Beust
· 14 years ago
9dfc859
Classfileset stopped supporting ,
by Cedric Beust
· 14 years ago
d4dbb5f
Typo in doc
by Cedric Beust
· 14 years ago
caa1c3c
Updated Maven doc
by Cedric Beust
· 14 years ago
64ce287
[maven-release-plugin] prepare for next development iteration
by Cedric Beust
· 14 years ago
4444a36
[maven-release-plugin] prepare release testng-5.13.1
by Cedric Beust
· 14 years ago
80033f1
Doc update
by Cedric Beust
· 14 years ago
6532c5a
Forgot to include Nalin's fix on the XML changes
by Cedric Beust
· 14 years ago
dbf64a3
Merge branch 'master' of http://github.com/nullin/testng into NalinFix
by Cedric Beust
· 14 years ago
af9ca3e
[maven-release-plugin] prepare for next development iteration
by Cedric Beust
· 14 years ago
5509258
[maven-release-plugin] prepare release testng-5.13
by Cedric Beust
· 14 years ago
ace0775
Updated pom'scm to git
by Cedric Beust
· 14 years ago
cc2aac0
Sitemap
by Cedric Beust
· 14 years ago
ab044e5
Updated doc for 5.13
by Cedric Beust
· 14 years ago
423a12b
Patch from Todd for failure policies
by Cedric Beust
· 14 years ago
ca615d7
CHANGES update
by Cedric Beust
· 14 years ago
4601d93
Clarified that certain flags don't work in the presence of testng.xml
by Cedric Beust
· 14 years ago
d78b678
Reverted Sample2
by Cedric Beust
· 14 years ago
8ededea
Set default time out to MAX
by Cedric Beust
· 14 years ago
cfcfb26
Script update
by Cedric Beust
· 14 years ago
f381837
Suite timeout to 10mn
by Cedric Beust
· 14 years ago
0bfdb75
5.13beta
by Cedric Beust
· 14 years ago
d4d8c39
Better quoting for EmailableReporter
by Cedric Beust
· 14 years ago
200bd27
Updated build script
by Cedric Beust
· 14 years ago
0a20843
CSS update
by Cedric Beust
· 14 years ago
38597c8
Updated to JCommander 1.3
by Cedric Beust
· 14 years ago
ea676b0
Doc update
by Cedric Beust
· 14 years ago
42dd35e
Merge branch 'master' of git://github.com/cbeust/testng
by nullin
· 14 years ago
Next »