minecraft-access icon indicating copy to clipboard operation
minecraft-access copied to clipboard

Unit Test: Mock, instead of using proxy

Open boholder opened this issue 1 year ago • 0 comments

Mockito has a way to create an instance of a class without calling its constructor. Let's see if we can delete shallow proxies and mock minecraft code directly.

https://github.com/FabricMC/fabric/blob/1.20.4/fabric-data-attachment-api-v1/src/test/java/net/fabricmc/fabric/test/attachment/CommonAttachmentTests.java#L81

boholder avatar Jan 20 '24 11:01 boholder