...
private void mon test(String arg1, String arg2) {
...
assert(...);
...
}

public void testAvecParam1() {
montest("titi", "toto");
}