Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.checks
Class JavadocVariableCheckTest  view JavadocVariableCheckTest download JavadocVariableCheckTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.puppycrawl.tools.checkstyle.BaseCheckTestCase
              extended bycom.puppycrawl.tools.checkstyle.checks.JavadocVariableCheckTest
All Implemented Interfaces:
junit.framework.Test

public class JavadocVariableCheckTest
extends com.puppycrawl.tools.checkstyle.BaseCheckTestCase


Nested Class Summary
 
Nested classes inherited from class com.puppycrawl.tools.checkstyle.BaseCheckTestCase
com.puppycrawl.tools.checkstyle.BaseCheckTestCase.BriefLogger
 
Field Summary
 
Fields inherited from class com.puppycrawl.tools.checkstyle.BaseCheckTestCase
mProps, mStream
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
JavadocVariableCheckTest()
           
 
Method Summary
 void testAnother()
           
 void testAnother2()
           
 void testAnother3()
           
 void testAnother4()
           
 void testDefault()
           
 
Methods inherited from class com.puppycrawl.tools.checkstyle.BaseCheckTestCase
createCheckConfig, createChecker, createCheckerConfig, getPath, verify, verify, verify, verify
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavadocVariableCheckTest

public JavadocVariableCheckTest()
Method Detail

testDefault

public void testDefault()
                 throws java.lang.Exception

testAnother

public void testAnother()
                 throws java.lang.Exception

testAnother2

public void testAnother2()
                  throws java.lang.Exception

testAnother3

public void testAnother3()
                  throws java.lang.Exception

testAnother4

public void testAnother4()
                  throws java.lang.Exception