Sign in
apache
/
netbeans
/
5de8e61a014f4f50903e681036d8751361c83460
/
.
/
java
/
java.editor
/
test
/
qa-functional
/
data
/
CC15Tests
/
src
/
test7
/
CCTest7bii.java
blob: e7faadd0c3652224efe53d27d969e197bb2d9b43 [
file
] [
log
] [
blame
]
package
test7
;
import
static
test7
.
CCTest7a
.
testStatic
;
public
class
CCTest7bii
{
public
static
void
main
(
String
[]
args
)
{
CCTest7a
t
=
new
CCTest7a
();
t
.
test
(
"Hello"
,
"Hello"
,
"Hello"
);
//Check the signature of the test method.
}
}