- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for baseSetUp (0.66 seconds)
-
src/test/java/jcifs/BaseTest.java
*/ @ExtendWith(MockitoExtension.class) public abstract class BaseTest { protected final Logger logger = LoggerFactory.getLogger(getClass()); @BeforeEach void baseSetUp() { // Common setup for all tests logger.debug("Setting up test: {}", getClass().getSimpleName()); } /** * Create a test byte array with specified size and pattern */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 1.2K bytes - Click Count (0)