com.sun.billf.tass
Class Test

java.lang.Object
  extended bycom.sun.billf.tass.Test

public class Test
extends java.lang.Object

This little main program excercises TASS, which stands for "Test Application Signature Safety". It checks application classes against a platform definition, in the form of stub classes. If an application class has a reference to an element in a platform package that does not exist, then it gives you the bad news.

The Test class isn't really meant to be incorporated into a tool. Rather, TassChecker is expected to be used directly, as one component within a content verification tool.

This program can also give you a list of which platform packages and classes are and aren't used. This might be interesting to understand platform API usage patterns of a set of TV applications.

Author:
Bill Foote bill.foote@sun.com

Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void usage()
          Print a usage message describing the command-line arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

usage

public static void usage()
Print a usage message describing the command-line arguments. Running this program with no arguments (or invalid arguments) will produce this message.


main

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