package org.hso.ecommerce.action.booking; import static org.junit.jupiter.api.Assertions.*; import org.junit.jupiter.api.Test; class CreateBookingTest { @Test void test() { fail("Not yet implemented"); } }