Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 554  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Mailing-list for developers of the TestNG testing framework (http://testng.org)
 

BUG: JUnitReportReporter transposes errors and failures 
  Note: I reported this issue two months ago but had not done the deep dive to determine if this is a clear bug. I am now clear that it is. The original post is here: [link] Documentation: The following is from JUnit: A Cooks tour (... more »
By Thorson Little  - May 29 - 2 new of 2 messages    

Self-contained package to reproduce https://github.com/cbeust/test ng/issues/392 
  Hi there, Attached is a zip file containing the necessary files to reproduce the issue. Please see the README.txt file contained in it for details on how to run and what is expected. Let me know if any clarifications are needed. Thanks! --Jason
By Jason Greenfield  - May 20 - 1 new of 1 message    

Implementing multiple listener interfaces 
  I have a class that implements both IInvokedMethodListener and IReporter - the use case is that I record some information while the test runs and I output it at the end. What I found is that my listener gets called multiple times per test method invocation. The reason I have found so far is that the... more »
By ddimitrov  - May 7 - 8 new of 8 messages    

TestNG 6.8: Re-running failed tests in Eclipse creates a launch configuration that doesn't have original configuration's classpath 
  I have a TestNG launch configuration with some extra entries on the classpath. When I re-run failed tests from the view Results of Running Suite, a new launch configuration is created, but it does not have the extra classpath entries that the original configuration had.
By Tim Boemker  - May 6 - 1 new of 1 message    

New Feature: Possible changes to TestNG.run() 
  Hi I also put this on git hub but this might be a better fit :-) This post is to gauge if there would be an appetite to augment the current TestNG.run() method and add three new public methods e.g prepareRun(), performRun() and postRun(). The reasoning for this is as follows:- The use case is that we would like to schedule the running of all tests... more »
By lynchie...@gmail.com  - May 3 - 1 new of 1 message    

com.beust.jcommander.Parameter Exception 
  Hi all@testng-dev, Sorry in advance if this topic has been discussed before, but there is an interesting thing happening when running TestNG from the command line: java -classpath testng-6.8.1.jar org.testng.TestNG Exception in thread "main" java.lang.NoClassDefFoundError : com/beust/jcommander/Parameter Exception... more »
By Blaise  - May 2 - 3 new of 3 messages    

BUG: Non UTF-8 byte sequence in junitreports XML 
  Hi, I'm using testng with Jenkins running on Tomcat. Unfortunately, TestNG Results Plugin for Jenkins suffers from multiple bugs and usability issues, so I have to use JUnit Reports plugin running off junitreports produced by testng. But testng produces a invalid UTF-8 encoded xml reports with raw... more »
By Alexey Krylov  - Apr 19 - 2 new of 2 messages    

primitive arrays cause CCE in eclipse 6.8.1 
  Hello, The attached eclipse project is for Issue #363: [link] Thanks, Will -- William Kilian Computer Software Engineer TargetStream Technologies
By William Kilian  - Apr 2 - 1 new of 1 message    

failures reported as errors in junitreport 
  See attached environment This may be a misunderstanding on my part Occurs using both eclipse plugin and ant task To repro: Testclass: package com.example.pkg; import static org.testng.Assert.*; import org.testng.annotations.Test: public class JunitExample { @Test public void firstTest() { assertTrue( true, "This assertion and test passes" );... more »
By Thorson Little  - Mar 22 - 1 new of 1 message    

get Exception com.beust.jcommander.Parameter Exception when creating instance of TestNG 
  i'm newbie in TestNG and trying to run TestNG suites from the command line when running the following code i get the exception .AutoTestNGShellRunner.main(Au toTestNGShellRunner.java:43) Caused by: java.lang.ClassNotFoundExcepti on: com.beust.jcommander.Parameter Exception import org.testng.ITestResult;... more »
By nir heifetz  - Mar 20 - 1 new of 1 message    

1 - 10 of 554   « Newer | Older »

XML       Send email to this group: testng-dev@googlegroups.com