java.lang.Object
edu.ntnu.idata1002.prosjekt2021.model.TestData
public class TestData
extends java.lang.Object
Represents dummy entries to test the app.
-
Constructor Summary
Constructors Constructor Description TestData()
-
Method Summary
Modifier and Type Method Description static void
hospitalListTestData(SectionList sectionList)
Fills the given section list with testdata.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestData
public TestData()
-
-
Method Details
-
hospitalListTestData
Fills the given section list with testdata.- Parameters:
sectionList
- section to be filled with testdata.
-