OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

opencard.tests.service
Class CardRequestTC

java.lang.Object
  |
  +--opencard.tests.testframe.TestCase
        |
        +--opencard.tests.service.CardRequestTC

public class CardRequestTC
extends TestCase


Constructor Summary
CardRequestTC()
          TestCase constructor comment.
 
Method Summary
static void main(java.lang.String[] args)
           
 int start(java.lang.String[] Params)
          TestCase execution.
 
Methods inherited from class opencard.tests.testframe.TestCase
getTestFrameReference, setTestFrameReference, showActionRequired, showError, showInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardRequestTC

public CardRequestTC()
TestCase constructor comment.
Method Detail

main

public static void main(java.lang.String[] args)

start

public int start(java.lang.String[] Params)
TestCase execution.
Overrides:
start in class TestCase