Class FileProcessorTest

java.lang.Object
org.machanism.machai.gw.FileProcessorTest

class FileProcessorTest extends Object
Unit tests for the FileProcessor covering all public and protected methods.

Example usage:

 
 FileProcessor processor = new FileProcessor(mockProvider);
 processor.setInheritance(true);
 assertTrue(processor.isInheritance());
 
 

These tests validate the configuration parameters, correct working directory logic, and document scanning API behavior. Validates edge cases for inheritance and parent guidance settings.

Since:
0.0.2
Author:
Viktor Tovstyi