Dzmitry Lazerka

Results 3 comments of Dzmitry Lazerka

The simplest example I think: ``` java import org.powermock.core.classloader.annotations.PrepareForTest; import org.powermock.modules.testng.PowerMockObjectFactory; import org.testng.annotations.ObjectFactory; import org.testng.annotations.Test; class DoesntMatter {} @PrepareForTest(DoesntMatter.class) public class UnitTest1 { //Object mock = PowerMockito.mock(Object.class); // uncommenting this...

By the way * protoc-rust correctly recognizes the same files * prost also has the issue with packages (and another issue with "derives"): https://github.com/danburkert/prost/issues/284