Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine.provider.cache
Class UTestDefaultGlobalCacheProvider

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.provider.cache.UTestDefaultGlobalCacheProvider

public class UTestDefaultGlobalCacheProvider
extends java.lang.Object

Unit tests for the default global cache provider APIs

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/test/oracle/apps/fnd/appltest/diagfwk/engine/provider/cache/UTestDefaultGlobalCacheProvider.java /main/1 2008/12/03 18:46:35 ppradhan Exp $
Author:
ppradhan

Constructor Summary
UTestDefaultGlobalCacheProvider()
           
 
Method Summary
static void main(java.lang.String[] args)
          For testing standalone (outside of the build)
static junit.framework.Test suite()
          For compatibility with old (pre junit 4.0) junit runners
 void testClear()
           
 void testContainsKey()
           
 void testGet()
           
 void testKeySet()
           
 void testPut()
           
 void testRemove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTestDefaultGlobalCacheProvider

public UTestDefaultGlobalCacheProvider()
Method Detail

testPut

public void testPut()

testGet

public void testGet()

testRemove

public void testRemove()

testClear

public void testClear()

testContainsKey

public void testContainsKey()

testKeySet

public void testKeySet()

suite

public static junit.framework.Test suite()
For compatibility with old (pre junit 4.0) junit runners


main

public static void main(java.lang.String[] args)
For testing standalone (outside of the build)


Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.