[JIRA] (JENKINS-38304) Support multiple methods with @TestExtension

2016-10-05 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38304  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support multiple methods with @TestExtension   
 

  
 
 
 
 

 
 Code changed in jenkins User: ikedam Path: src/main/java/org/jvnet/hudson/test/TestExtension.java src/main/java/org/jvnet/hudson/test/TestExtensionLoader.java src/test/java/org/jvnet/hudson/test/TestExtensionTest.java http://jenkins-ci.org/commit/jenkins-test-harness/dc1d32a0a08eae82496cdb332f654627884f5123 Log: [FIXED JENKINS-38304] Support TestExtension get activate in multiple test cases  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38304) Support multiple methods with @TestExtension

2016-09-17 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam updated  JENKINS-38304  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38304  
 
 
  Support multiple methods with @TestExtension   
 

  
 
 
 
 

 
Change By: 
 ikedam  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38304) Support multiple methods with @TestExtension

2016-09-17 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam started work on  JENKINS-38304  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 ikedam  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38304) Support multiple methods with @TestExtension

2016-09-17 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam commented on  JENKINS-38304  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support multiple methods with @TestExtension   
 

  
 
 
 
 

 
 https://github.com/jenkinsci/jenkins-test-harness/pull/35  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38304) Support multiple methods with @TestExtension

2016-09-17 Thread de...@ikedam.jp (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 ikedam created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38304  
 
 
  Support multiple methods with @TestExtension   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 ikedam  
 
 
Components: 
 jenkins-test-harness  
 
 
Created: 
 2016/Sep/17 9:32 PM  
 
 
Environment: 
 jenkins-test-harness-2.14  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 ikedam  
 

  
 
 
 
 

 
 @TestExtension is applicable in following two ways: 
 
Applied to all test cases in that test. 
Applied to a specific test case. 
 It's often the case that some class for tests is used by multiple test cases, but not by all cases in the test. It's is great if I can specify multiple test cases to @TestExtension.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment