Methods
|
|
setUp
test_sanity
test_signature_crazy
test_signature_noArgs
test_signature_simple
test_signature_variable
|
|
setUp
|
setUp ( self )
|
|
test_sanity
|
test_sanity ( self )
Basic checks for browse_function.
Was the proper type returned? Does it have the right name and ID?
|
|
test_signature_crazy
|
test_signature_crazy ( self )
Testing function with crazy signature.
|
|
test_signature_noArgs
|
test_signature_noArgs ( self )
Testing zero-argument function signature.
|
|
test_signature_simple
|
test_signature_simple ( self )
Testing simple function signature.
|
|
test_signature_variable
|
test_signature_variable ( self )
Testing variable-argument function signature.
|