I\'m currently struggling with getting my test to work.
I have a method a:
public void a(String test){ b(test); }
method b: