]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
test: add AutomaticTransactionGenerator tests
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 3 Mar 2026 19:51:03 +0000 (20:51 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 3 Mar 2026 19:51:03 +0000 (20:51 +0100)
commit452319c9d0759d33e3e4021f8e624fa72f12b5a1
tree6f2927063139604ceff7daf7d118fcd49cce884a
parentf74a109d56a7dfd080690a806364dc58d19ff674
test: add AutomaticTransactionGenerator tests

Add tests for the ATG singleton covering instance lifecycle (create,
delete, same-instance), start/stop state machine with guards, connector
stop behavior, and handleStartTransactionResponse counter updates for
accepted and rejected transactions.
tests/charging-station/AutomaticTransactionGenerator.test.ts [new file with mode: 0644]