Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
testng
/
e4e7d24a771c31bb954ce2c00e0925ae8e6222e4
/
CHANGES.txt
e4e7d24
by cbeust
· 17 years ago
52b3c92
Forgot to commit these.
by cbeust
· 17 years ago
5191a18
TestNG-220: Ignore class definition/loader issues when scanning classpath for implicit classes
by cbeust
· 17 years ago
d7d31c1
TestNG-224: Fix for relative suite filenames in XML file
by cbeust
· 17 years ago
8edb61b
Added doc on dependency injection
by cbeust
· 17 years ago
3e8cd5c
Added: TestNG-213: @Optional on a method parameter to allow optional @Parameters (Dan Fabulich)
by cbeust
· 17 years ago
920214e
Fixed: TestNG-214: SkipException and TimeBombSkipException should accept nested exceptions
by cbeust
· 17 years ago
d9cf8a0
Added: Methods that form a cycle are now shown when the cycle is detected
by cbeust
· 17 years ago
f837ee8
Updated CHANGES
by cbeust
· 17 years ago
509aca5
Implemented <listeners> in testng.xml
by cbeust
· 17 years ago
fa27df3
Implemented IMethodInterceptor.
by cbeust
· 17 years ago
8b9443a
Added: @TestInstance on a data provider method parameter
by cbeust
· 17 years ago
d7e5000
Fixed: @AfterMethod(lastTimeOnly) didn't work properly with data providers
by cbeust
· 17 years ago
7907479
Added: antlib.xml to allow autodiscovery of Ant task definition
by the.mindstorm
· 17 years ago
3a23887
name attribute on <test> is required
by the.mindstorm
· 17 years ago
2c75cc4
5.7
by cbeust
· 17 years ago
45a161f
Added: @BeforeMethod(firstTimeOnly) and @AfterMethod(lastTimeOnly)
by cbeust
· 17 years ago
ec9d274
Added: @BeforeMethods can now take a Method and ITestContext parameters (like @DataProvider)
by cbeust
· 17 years ago
29a0d37
changed abstract class WARN logging to 5
by the.mindstorm
· 17 years ago
23b9e8b
+ added support for reading Parameters from Sys ENV + fixed project classpath
by the.mindstorm
· 17 years ago
61e3a37
Fixed: Don't run a @DataProvider method as a test when a class-level @Test is present
by cbeust
· 17 years ago
4baba50
Updating CHANGES/TODO
by cbeust
· 17 years ago
0411121
Fix: TESTNG-169
by the.mindstorm
· 17 years ago
503726b
Fixed: -listener takes comma-separated classes
by cbeust
· 17 years ago
072b1c0
Added RetryAnalyzer in the CHANGES file
by cbeust
· 17 years ago
79718dd
Fixed: TESTNG-152
by the.mindstorm
· 18 years ago
0f28263
Added: support in strprotocol for passing the ITest.getTestName() information
by the.mindstorm
· 18 years ago
a30275d
strprotocol hangs when sending method param infor that contains \n, \r messages
by the.mindstorm
· 18 years ago
cc01c6f
Added xml report
by bileblog
· 18 years ago
2bb2684
Updated
by bileblog
· 18 years ago
c7104e1
Updated with IDEA blurbage
by bileblog
· 18 years ago
ee28d80
added support for SkipException and TimeBombedException
by the.mindstorm
· 18 years ago
1ca0166
<test>s can now be disabled at xml level using <test enabled="false">
by the.mindstorm
· 18 years ago
c8d9bd6
Added: Suite files that only contain other suites do not get reported
by cbeust
· 18 years ago
c81cb82
Fixed: @BeforeClass methods would incorrectly report cyclic graphs
by cbeust
· 18 years ago
fda5621
Updated
by bileblog
· 18 years ago
aa639c5
r12184@thor: alex | 2007-03-07 E. Europe Standard Time small changes
by the.mindstorm
· 18 years ago
6d0b055
r11757@thor: alex | 2007-02-22 E. Europe Standard Time
by the.mindstorm
· 18 years ago
4c2554d
r11698@thor: alex | 2007-02-18 E. Europe Standard Time
by the.mindstorm
· 18 years ago
b7e2670
r11688@thor: alex | 2007-02-13 E. Europe Standard Time
by the.mindstorm
· 18 years ago
c5b9a8c
r11686@thor: alex | 2007-02-13 E. Europe Standard Time
by the.mindstorm
· 18 years ago
91f466b
Added: dataProvider to @Factory A few v4 tests still broken
by cbeust
· 18 years ago
e7ee920
CHANGES and properties update
by cbeust
· 18 years ago
a26b36e
Fixed: @BeforeGroup methods were run twice when in a base class
by cbeust
· 18 years ago
bab1568
Fixed: @BeforeGroup methods were run twice with a @Test at class level
by cbeust
· 18 years ago
94b43f7
Fixed: parallel="tests" didn't work as advertised
by cbeust
· 18 years ago
39c426d
r1402@thor: alex | 2007-01-08 22:18:37 +0200
by the.mindstorm
· 18 years ago
fd84153
Added: Method selectors receive a Context and can stop the chain with setStopped()
by cbeust
· 18 years ago
88718b4
XmlMethodSelector#includeMethod was always called before all the other selectors, because it was being invoked from setTestMethods(). Fixed this by deferring this code until includeMethod is really called by TestNG, this time respecting the priorities of the other method selectors
by cbeust
· 18 years ago
25f69e4
r1386@thor: alex | 2006-12-29 04:12:20 +0200
by the.mindstorm
· 18 years ago
10efd59
Added: DataProvider can now take an ITestContext parameter
by cbeust
· 18 years ago
e58af1d
Fixed: Wasn't parsing <selector-class-name> correctly
by cbeust
· 18 years ago
5723302
Tests returned from a @Factory are run in different threads if parallel="tests" or parallel="methods".
by cbeust
· 18 years ago
531c73e
r1356@thor: alex | 2006-12-22 06:03:45 +0200
by the.mindstorm
· 18 years ago
f7e88f8
Updated CHANGES with my changes
by cbeust
· 18 years ago
9a14825
Clean separation between @Test invocation events and @Configuration invocation events (see also TESTNG-111)
by the.mindstorm
· 18 years ago
c215923
Added: Test instances created by @Factory now run in multiple threads if parallel="methods"
by cbeust
· 18 years ago
4a9f5e1
r1297@thor: alex | 2006-12-19 22:12:09 +0200
by the.mindstorm
· 18 years ago
6b388f8
r1286@thor: alex | 2006-12-19 18:11:30 +0200 Fix for TESTNG-27
by the.mindstorm
· 18 years ago
8199621
Fixed: TESTNG-107 don't create an output directory if "outputDirectory" is null
by the.mindstorm
· 18 years ago
6856675
Fixed: UseDefaultListeners in Ant Task does not work
by cbeust
· 18 years ago
ff19c2b
r1242@thor: alex | 2006-12-13 06:34:12 +0200
by the.mindstorm
· 18 years ago
8603fcf
r1241@thor: alex | 2006-12-13 06:28:42 +0200
by the.mindstorm
· 18 years ago
2151a49
r1240@thor: alex | 2006-12-13 06:07:32 +0200
by the.mindstorm
· 18 years ago
8ced8ae
r1221@thor: alex | 2006-12-10 05:36:26 +0200
by the.mindstorm
· 18 years ago
feb9f10
r1219@thor: alex | 2006-12-08 19:07:20 +0200
by the.mindstorm
· 18 years ago
bd2de7a
Fixed possible NPE when the @DataProvider name is the method name itself
by the.mindstorm
· 18 years ago
b74384c
r1092@thor: alex | 2006-11-25 05:10:09 +0200
by the.mindstorm
· 18 years ago
20e416d
r1084@thor: alex | 2006-11-23 12:44:51 +0200
by the.mindstorm
· 18 years ago
6b25aa4
r1080@thor: alex | 2006-11-23 12:06:54 +0200
by the.mindstorm
· 18 years ago
fd3d629
r1030@thor: alex | 2006-11-12 02:53:30 +0200 small fixes
by the.mindstorm
· 18 years ago
f50b618
r1010@thor: alex | 2006-11-02 14:36:20 +0200
by the.mindstorm
· 18 years ago
63d1b81
r1002@thor: alex | 2006-11-01 20:27:19 +0200
by the.mindstorm
· 18 years ago
c70a9de
Added: support for remote protocol to pass parameter information
by the.mindstorm
· 18 years ago
31fbf11
prepare for 5.3 release
by the.mindstorm
· 18 years ago
7a14bd8
r255@thor: alex | 2006-10-25 03:52:23 +0300
by the.mindstorm
· 18 years ago
5594875
+ @Before/@AfterMethod can declare a java.lang.reflect.Method parameter to be informed about the @Test method
by the.mindstorm
· 18 years ago
957a0e6
super classes must not be listed in testng-failures.xml
by the.mindstorm
· 18 years ago
5e5666c
updated ChangeLog with latest fixes and additions
by the.mindstorm
· 18 years ago
9e5d6a0
Fixed: filesets in the ant task didn't work if the paths have spaces in them
by cbeust
· 18 years ago
55cef1b
Update CHANGES.txt to reflect my recent changes
by Bill.Michell
· 18 years ago
992befd
attempt to fix a possible NPE
by the.mindstorm
· 18 years ago
494a8d8
latest fixes
by the.mindstorm
· 18 years ago
3ee1fe0
Implemented static data providers for JDK 1.4 (and test)
by cbeust
· 18 years ago
ada9851
Fixed: Forgot to account for cases where both invocationCount and DataProviders are present
by cbeust
· 18 years ago
67a9c89
Fixed: AfterGroups were invoked out of order with invocationCount and DataProviders
by cbeust
· 18 years ago
6a22909
updated with latest features/fixes
by the.mindstorm
· 18 years ago
2c30372
Provides css support for skipped tests (shades of gray)
by cbeust
· 18 years ago
125d247
Replaced "listener" with "listeners" in the ant task
by cbeust
· 18 years ago
7b73a74
small changes to allow usage of usedefaultlisteners from Eclipse plugin
by the.mindstorm
· 18 years ago
db56761
Updated TODO and CHANGES
by cbeust
· 18 years ago
ae56997
Added: "-usedefaultlisteners true/false" to command line and ant
by cbeust
· 18 years ago
31cc17d
Added EmailableReporter
by cbeust
· 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
f91c2a6
updated ChangeLog
by the.mindstorm
· 18 years ago
4b9824b
Parallel test mode can now be specified from XML: <suite parallel="tests">
by cbeust
· 18 years ago
c2408c3
Modified CHANGES.txt
by cbeust
· 18 years ago
26b0c78
Added: Command line understands @ syntax
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
Next »