Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
SkillsDataTest.kt done
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Feb 24, 2020
1 parent 92816da commit 5ef5a9e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/test/java/com/andromeda/araserver/test/SkillsDataTest.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package com.andromeda.araserver.test

import com.andromeda.araserver.pages.GetSkillData
import org.junit.Test

class SkillsDataTest {
@Test
fun test(){
val skillsData = GetSkillData()
skillsData.main("/CALL/")
skillsData.main("/TIMER/")
}
}

0 comments on commit 5ef5a9e

Please sign in to comment.