Spaces:
Running
on
Zero
Running
on
Zero
import { LineCommunicationTestCreator } from '../LineCommunicationTestCreator'; | |
describe('LineCommunicationTestCreator', () => { | |
it('should create test cases', () => { | |
const creator = new LineCommunicationTestCreator(); | |
creator.createTestcases(); | |
// Assert that the test cases are created correctly | |
}); | |
}); |