org.jboss.jsfunit.analysis
Class AbstractViewTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jboss.jsfunit.analysis.AbstractViewTestCase
All Implemented Interfaces:
junit.framework.Test

public class AbstractViewTestCase
extends junit.framework.TestCase

Since:
1.0
Author:
Dennis Byrne

Field Summary
protected  Map<String,Document> configByPath
           
protected  ViewParser parser
           
protected  Map<String,Document> viewsByPath
           
 
Constructor Summary
AbstractViewTestCase(Set<String> absolutePaths, Set<String> recursivePaths, Set<String> configPaths)
           
AbstractViewTestCase(Set<String> absolutePaths, Set<String> recursivePaths, String configPath)
           
AbstractViewTestCase(Set<String> absolutePaths, String recursivePath, String configPath)
           
AbstractViewTestCase(String absolutePath, String recursivePath, String configPath)
           
 
Method Summary
static void explode(File file, Set<String> files, String ext)
           
 void testActionListeners()
           
 void testActions()
           
 
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
 

Field Detail

viewsByPath

protected Map<String,Document> viewsByPath

configByPath

protected Map<String,Document> configByPath

parser

protected ViewParser parser
Constructor Detail

AbstractViewTestCase

public AbstractViewTestCase(Set<String> absolutePaths,
                            Set<String> recursivePaths,
                            Set<String> configPaths)

AbstractViewTestCase

public AbstractViewTestCase(Set<String> absolutePaths,
                            Set<String> recursivePaths,
                            String configPath)

AbstractViewTestCase

public AbstractViewTestCase(Set<String> absolutePaths,
                            String recursivePath,
                            String configPath)

AbstractViewTestCase

public AbstractViewTestCase(String absolutePath,
                            String recursivePath,
                            String configPath)
Method Detail

explode

public static void explode(File file,
                           Set<String> files,
                           String ext)

testActions

public void testActions()

testActionListeners

public void testActionListeners()


Copyright © 2007-2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.