net.sourceforge.pmd.rules.junit
Class JUnitAssertionsShouldIncludeMessageRule.AssertionCall

java.lang.Object
  extended bynet.sourceforge.pmd.rules.junit.JUnitAssertionsShouldIncludeMessageRule.AssertionCall
Enclosing class:
JUnitAssertionsShouldIncludeMessageRule

private static class JUnitAssertionsShouldIncludeMessageRule.AssertionCall
extends java.lang.Object


Field Summary
 int args
           
 java.lang.String name
           
 
Constructor Summary
JUnitAssertionsShouldIncludeMessageRule.AssertionCall(int args, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

args

public int args

name

public java.lang.String name
Constructor Detail

JUnitAssertionsShouldIncludeMessageRule.AssertionCall

public JUnitAssertionsShouldIncludeMessageRule.AssertionCall(int args,
                                                             java.lang.String name)