Introduction ATG Dust is a Java unit testing framework based on JUnit meant for use with Oracle ATG Commerce. How ATG Dust works In a non ATG application, when you create a unit test against a class, the test is often executing by instantiating the class directly, and calling methods inside it. Code […]
↧