org.apache.any23
Class Any23OnlineTestBase

java.lang.Object
  extended by org.apache.any23.Any23OnlineTestBase
Direct Known Subclasses:
Any23Test, ToolTestBase

public abstract class Any23OnlineTestBase
extends Object

Base class for any Any23 test class containing online tests (test which require online resources to run). This class excluded all online tests if JVM flag ONLINE_TEST_DISABLED_FLAG is specified.

Author:
Michele Mostarda (mostarda@fbk.eu)

Field Summary
static String ONLINE_TEST_DISABLED_FLAG
           
 
Constructor Summary
Any23OnlineTestBase()
           
 
Method Summary
static void assumeOnlineAllowed()
          Check whether or not running online tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONLINE_TEST_DISABLED_FLAG

public static final String ONLINE_TEST_DISABLED_FLAG
See Also:
Constant Field Values
Constructor Detail

Any23OnlineTestBase

public Any23OnlineTestBase()
Method Detail

assumeOnlineAllowed

public static void assumeOnlineAllowed()
Check whether or not running online tests.



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.