How to have more than 1 Class in PowerMock SuppressStaticInitializationFor class level Annotation.
This works fine with 1 class.
@SuppressStaticInitializationFor("org.foo.FooClass")
I can't figure out how to put more than 1 class in this annotation even though the JavaDoc (see below) says that you can.