History log of /external/testng/src/test/java/test/dependent/DependencyFixTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c201e57e3cc109028816315882f1019f086bf2e5 22-Feb-2013 Krishnan Mahadevan <krishnan.mahadevan1978@gmail.com> Fix NPE for dependency methods/groups

When a test method depends on a group/method
which doesn't exist and when a user specifies
[ignoreMissingDependencies=true] instead of running
the test method, TestNG throws a NullPointerException
Fixed this issue.

Also updated the .gitignore file to include
class path and project eclipse files.
/external/testng/src/test/java/test/dependent/DependencyFixTest.java