Unit Test Array

Okay, so I am trying to start an array for a Unit Test. This test is used to find different variations of binary. Example: 0001, find other possible variation of that with an array. I was looking for someone who can help me with this.

P.S. I was thinking this might be a Dynamic Array.

Edit: It is supposed to be a list of binary numbers, where either a 1 or a 0 can be at any location. There is supposed to be for loops for each variable that is tested. There is also supposed to be seven slots that are the possible variations.
Last edited on
Other variations of 0001:
1
01
00001
000001
0000001
00000001
000000001
0000000001
...

I don't see the point?
Last edited on
Basically, this is a Automated Combinatorial Testing.
Topic archived. No new replies allowed.