Skip to content

Testing

Unit Tests

  • Located in test/java/com/e2ip_app/inventory_app/InventoryAppApplicationTests.java
  • Test core application logic and endpoints.

How to Run Tests

  • Use Maven: ./mvnw test (Linux/macOS) or mvnw.cmd test (Windows)

Test Coverage

  • Authentication
  • Component management
  • Stock updates
  • Integration logic

Add more tests for new features as needed.