Skip to content

prosseek/ChitchatTypeScala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[2016/03/31]04:24PM

When you have error in unit test util.file.TestUtil, always check that the directory ./src/test/resources/util/file is in classpath.

You can check that from Project Structure/Modules/Dependencies

[2016/03/25]10:00PM

Execute test with the generated jar file.

SCALATEST=/Volumes/SD/Dropbox/smcho/bin/jar/scalatest/scalatest_2.11-2.2.6.jar:/Users/smcho/github/ChitchatTypeScala/out/artifacts/chitchattypescala_jar/chitchattypescala.jar
# http://www.scalatest.org/quick_start
scalac -cp $SCALATEST /Users/smcho/github/ChitchatTypeScala/src/test/scala/util/TestBitSetTool.scala
scala -cp $SCALATEST org.scalatest.run util.TestBitSetTool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published