mirror of
https://github.com/Tribufu/TribufuJava
synced 2026-08-11 05:41:06 +00:00
Add Android Project
This commit is contained in:
parent
83feb942ab
commit
0b027bebb4
22 changed files with 271 additions and 97 deletions
|
|
@ -1,16 +0,0 @@
|
|||
// Copyright (c) TribuFu. All Rights Reserved
|
||||
|
||||
package com.tribufu.sdk
|
||||
|
||||
import org.junit.runner.RunWith
|
||||
import org.scalatest.funsuite.AnyFunSuite
|
||||
import org.scalatestplus.junit.JUnitRunner
|
||||
|
||||
@RunWith(classOf[JUnitRunner])
|
||||
class TribuFuSuite extends AnyFunSuite {
|
||||
test("Hello is always true") {
|
||||
def library = new TribuFu()
|
||||
assert(library.Hello("Scala") == "Scala")
|
||||
assert(true)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue