We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779f55c commit 0db15dbCopy full SHA for 0db15db
core/src/test/scala/nz/co/bottech/scala2plantuml/StartingSymbolTests.scala
@@ -1,17 +1,19 @@
1
package nz.co.bottech.scala2plantuml
2
3
-import utest.{TestSuite, Tests, test}
+import utest.{test, TestSuite, Tests}
4
5
object StartingSymbolTests extends TestSuite with ClassDiagramTests {
6
7
override protected val exampleDir: String = "start"
8
9
val tests: Tests = Tests {
10
test("method") {
11
- success("Foo.apply().",
+ success(
12
+ "Foo.apply().",
13
"""class Foo {
14
| + {static} {method} apply
- |}""".stripMargin)
15
+ |}""".stripMargin
16
+ )
17
}
18
19
0 commit comments