artefaktur
software engineer &        architecture

 
 
 
 

namespace tests::acdk::lang

Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

tests::acdk::lang Namespace Reference


Compounds

class  AThreadTest
class  BThreadTest
class  Character_Test
class  ClassLoader_Test
class  CmdLineParser_Test
class  Consumer
class  CoreConsumer
class  CoreProducer
class  Depot
class  DoNothingRunnable
class  Double_Test
class  DummyObject
class  ExtObject_Test
class  FloadThread
class  Float_Test
class  Integer_Test
class  MyClass
class  MyFloatTest
class  MyThrowable
class  MyValType
class  NothingThread
class  Number_Test
class  Object_Test
class  ObjectArray_Test
class  ObjectBase_Test
class  PollOnThreadLocal
class  ProcessOutReaderThread
class  Producer
class  RefCast
class  RefH
class  Runtime_Test
struct  Sm
class  String2_Test
class  String_Test
class  StringBuffer_Test
class  SyncedObject
class  SyncedObjectAccess
class  System_Test
class  Test5Thread
class  TestSignalEventHandler
class  Thread_Test
class  ThreadLocal_Test
class  Throwable_Test
class  ThrowNullPointerThread
class  ThrowUnhandledNullPointerThread

Typedefs

typedef RefHolder< SyncedObjectRSyncedObject
typedef RefHolder< ConsumerRConsumer
typedef RefHolder< ProducerRProducer
typedef RefHolder< DepotRDepot

Functions

static::acdk::tools::aunit::TestRunnerStaticAdder t (new Character_Test(Character_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new ClassLoader_Test(ClassLoader_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new CmdLineParser_Test(CmdLineParser_Test))
RStringArray getTestArgs ()
static::acdk::tools::aunit::TestRunnerStaticAdder t (new Double_Test(Double_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new ExtObject_Test(ExtObject_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new Float_Test(Float_Test))
void floatTest ()
static::acdk::tools::aunit::TestRunnerStaticAdder t (new Integer_Test(Integer_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new Number_Test(Number_Test))
template<class ToCast, class FromCast> ToCast iface_cast (const FromCast &from)
void fooObject (acdk::lang::Object obj)
static::acdk::tools::aunit::TestRunnerStaticAdder t (new ObjectArray_Test(ObjectArray_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new ObjectBase_Test(ObjectBase_Test))
void fooIn (IN(acdk::lang::Object) obj, IN(RString) val, int reccount)
void foo (acdk::lang::Object obj, RString val, int reccount)
void inOutTest (IN(int) iint, OUT(int) oint, IN(RString) istr, OUT(RString) oval)
static::acdk::tools::aunit::TestRunnerStaticAdder t (new Runtime_Test(Runtime_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new String2_Test(String2_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new String_Test(String_Test))
void printString (IN(RString) str)
static::acdk::tools::aunit::TestRunnerStaticAdder t (new StringBuffer_Test(StringBuffer_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new System_Test(System_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new Thread_Test(Thread_Test))
void core_put (Sm &sm, int data)
int core_get (Sm &sm)
static::acdk::tools::aunit::TestRunnerStaticAdder t (new ThreadLocal_Test(ThreadLocal_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new Throwable_Test(Throwable_Test))
bool runRecursive ()

Variables

int buffer = 0
bool empty = true
sys::core_atomicop atomic_value
core_specific _theValue

Typedef Documentation

typedef RefHolder<Consumer> tests::acdk::lang::RConsumer
 

typedef RefHolder<Depot> tests::acdk::lang::RDepot
 

typedef RefHolder<Producer> tests::acdk::lang::RProducer
 

typedef RefHolder<SyncedObject> tests::acdk::lang::RSyncedObject
 


Function Documentation

int core_get Sm sm  ) 
 

void core_put Sm sm,
int  data
 

void floatTest  ) 
 

void foo acdk::lang::Object  obj,
RString  val,
int  reccount
 

void fooIn IN(acdk::lang::Object obj,
IN(RString val,
int  reccount
 

void fooObject acdk::lang::Object  obj  )  [static]
 

RStringArray getTestArgs  ) 
 

template<class ToCast, class FromCast>
ToCast iface_cast const FromCast &  from  ) 
 

void inOutTest IN(int)  iint,
OUT(int)  oint,
IN(RString istr,
OUT(RString oval
 

void printString IN(RString str  ) 
 

bool runRecursive  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   Throwable_Test(Throwable_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   ThreadLocal_Test(ThreadLocal_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   Thread_Test(Thread_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   System_Test(System_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   StringBuffer_Test(StringBuffer_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   String_Test(String_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   String2_Test(String2_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   Runtime_Test(Runtime_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   ObjectBase_Test(ObjectBase_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   ObjectArray_Test(ObjectArray_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   Number_Test(Number_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   Integer_Test(Integer_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   Float_Test(Float_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   ExtObject_Test(ExtObject_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   Double_Test(Double_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   CmdLineParser_Test(CmdLineParser_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   ClassLoader_Test(ClassLoader_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   Character_Test(Character_Test)  ) 
 


Variable Documentation

core_specific tests::acdk::lang::_theValue
 

sys::core_atomicop tests::acdk::lang::atomic_value
 

int tests::acdk::lang::buffer = 0
 

bool tests::acdk::lang::empty = true
 

 
Last modified 2005-05-08 18:34 by SYSTEM By Artefaktur, Ing. Bureau Kommer