Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37887877
en ru br
ALT Linux repositórios
S:4.0.16-alt1_7jpp11

Group :: Desenvolvimento/Java
RPM: byteman

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: testng7_port.patch
Download


diff --git a/byteman-4.0.15/contrib/bmunit/src/org/jboss/byteman/contrib/bmunit/BMNGListener.java b/byteman-4.0.15/contrib/bmunit/src/org/jboss/byteman/contrib/bmunit/BMNGListener.java
index 2f784bc..9e4fec9 100644
--- a/byteman-4.0.15/contrib/bmunit/src/org/jboss/byteman/contrib/bmunit/BMNGListener.java
+++ b/byteman-4.0.15/contrib/bmunit/src/org/jboss/byteman/contrib/bmunit/BMNGListener.java
@@ -61,7 +61,7 @@ public class BMNGListener extends BMNGAbstractRunner implements IInvokedMethodLi
     }
 
     public void beforeInvocation(IInvokedMethod method, ITestResult testResult) {
-        Method javaMethod = method.getTestMethod().getMethod();
+        Method javaMethod = method.getTestMethod().getConstructorOrMethod().getMethod();
         Class clazz = javaMethod.getDeclaringClass();
         if (!checkBMNGListener(clazz)) {
             return;
@@ -81,7 +81,7 @@ public class BMNGListener extends BMNGAbstractRunner implements IInvokedMethodLi
     }
 
     public void afterInvocation(IInvokedMethod method, ITestResult testResult) {
-        Method javaMethod = method.getTestMethod().getMethod();
+        Method javaMethod = method.getTestMethod().getConstructorOrMethod().getMethod();
         Class clazz = javaMethod.getDeclaringClass();
         if (!checkBMNGListener(clazz)) {
             return;
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009