This repository has been archived on 2020-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
e-commerce/prototype/src/test/java/org/hso/ecommerce/action/booking/CreateBookingTest.java

15 lines
216 B
Java

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");
}
}