eeverman / andhow

Java configuration simplified.
https://www.andhowconfig.org
Apache License 2.0
23 stars 34 forks source link

StdJndiLoaderTest should follow patterns of others tests #709

Closed eeverman closed 2 years ago

eeverman commented 2 years ago

The other std loader tests have become more unit-test-like, where as this test is more integration. Invoke the loader directly. Also should use the new Jndi annotation to start JNDI.

W/ the current testing, some things are not testable, such as testing that a failed env causes an error.

eeverman commented 2 years ago

Fixed by #713