PostNewContact
Tests
| Test |
Duration |
Result |
| acceptsPostingNewContactWithValidData() |
0.012s |
passed |
| rejectsPostingNewContactWithArrayInsteadOfKeyStringValueMap() |
0.008s |
passed |
| rejectsPostingNewContactWithNestedJsonInsteadOfStringValue() |
0.011s |
passed |
Standard output
2026-08-10T14:41:09.710Z INFO 233 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [net.hostsharing.hsadminng.hs.office.contact.HsOfficeContactControllerRestTest$PostNewContact]: PostNewContact does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-08-10T14:41:09.713Z INFO 233 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.hs.office.contact.HsOfficeContactControllerRestTest$PostNewContact