I know this might not be the best newsgroup to post that
but I don't know where to post for this question.
I got a class and I'd like to test it using the Object Test Bench
My class has one methode
public void tryMe(byte[] tab)
{
if(tab[0] == 1)
{
// do something
}
}
The question is : how can I give an array using the OTB ?
I know how to enter a string when being prompted by the
"invoke method window" (value = "hello"), but what
should I enter for a byte[] ?
I've tried : 10 10 KO
10, 10 KO
10 ; 10 KO
[10,10] KO
[10;10] KO
so, what should I put in the value text box to go through ?
Thanks for all
Nicolas
but I don't know where to post for this question.
I got a class and I'd like to test it using the Object Test Bench
My class has one methode
public void tryMe(byte[] tab)
{
if(tab[0] == 1)
{
// do something
}
}
The question is : how can I give an array using the OTB ?
I know how to enter a string when being prompted by the
"invoke method window" (value = "hello"), but what
should I enter for a byte[] ?
I've tried : 10 10 KO
10, 10 KO
10 ; 10 KO
[10,10] KO
[10;10] KO
so, what should I put in the value text box to go through ?
Thanks for all
Nicolas