Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Elasticsearch Services
Search Doc Service
Commits
a45ddca2
Commit
a45ddca2
authored
Jun 25, 2020
by
Jonas Waeber
Browse files
Fix package issue...
parent
4454f9f5
Pipeline
#10608
passed with stages
in 8 minutes and 23 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/test/kotlin/Test.kt
View file @
a45ddca2
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
*/
package
org.memobase
import
com.beust.klaxon.Klaxon
import
com.beust.klaxon.Klaxon
import
java.io.File
import
java.io.File
...
@@ -30,9 +31,6 @@ import org.junit.jupiter.api.Test
...
@@ -30,9 +31,6 @@ import org.junit.jupiter.api.Test
import
org.junit.jupiter.api.TestInstance
import
org.junit.jupiter.api.TestInstance
import
org.junit.jupiter.params.ParameterizedTest
import
org.junit.jupiter.params.ParameterizedTest
import
org.junit.jupiter.params.provider.MethodSource
import
org.junit.jupiter.params.provider.MethodSource
import
org.memobase.DateFacetBuilder
import
org.memobase.Service
import
org.memobase.YamlLoader
@TestInstance
(
TestInstance
.
Lifecycle
.
PER_CLASS
)
@TestInstance
(
TestInstance
.
Lifecycle
.
PER_CLASS
)
class
Test
{
class
Test
{
...
...
src/test/kotlin/TestDate.kt
View file @
a45ddca2
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
*/
package
org.memobase
data class
TestDate
(
data class
TestDate
(
val
date
:
String
,
val
date
:
String
,
...
...
src/test/kotlin/TestParam.kt
View file @
a45ddca2
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
*/
package
org.memobase
data class
TestParam
(
data class
TestParam
(
val
name
:
String
,
val
name
:
String
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment