summaryrefslogtreecommitdiff
path: root/test/files/presentation/timeofday.check
diff options
context:
space:
mode:
authorMicro Dotta <mirco.dotta@gmail.com>2011-08-17 13:32:25 +0000
committerMicro Dotta <mirco.dotta@gmail.com>2011-08-17 13:32:25 +0000
commit6ba1b9f3c974351e826485ca9c41df732c6de15a (patch)
tree25c08330ac9c176353cc98f6a3f6cbd0c541d07d /test/files/presentation/timeofday.check
parent044099d4f1677425719ea8cad8c946dab8b5c2d9 (diff)
downloadscala-6ba1b9f3c974351e826485ca9c41df732c6de15a.tar.gz
scala-6ba1b9f3c974351e826485ca9c41df732c6de15a.tar.bz2
scala-6ba1b9f3c974351e826485ca9c41df732c6de15a.zip
Major rewrite of the testing infrastructure for...
Major rewrite of the testing infrastructure for the presentation compiler. Added several new tests that will be part of the nightly build. Once the move to SBT is completed I will look into how to extract the test infrastructure (as it should really not be living in the compiler codebase). Review by dragos
Diffstat (limited to 'test/files/presentation/timeofday.check')
-rw-r--r--test/files/presentation/timeofday.check96
1 files changed, 96 insertions, 0 deletions
diff --git a/test/files/presentation/timeofday.check b/test/files/presentation/timeofday.check
new file mode 100644
index 0000000000..dfdb40de86
--- /dev/null
+++ b/test/files/presentation/timeofday.check
@@ -0,0 +1,96 @@
+reload: timeofday.scala
+
+askTypeCompletion at timeofday.scala(26,33)
+================================================================================
+[response] aksTypeCompletion at (26,33)
+retrieved 43 members
+`method !=(x$1: Any)Boolean`
+`method !=(x$1: AnyRef)Boolean`
+`method ##()Int`
+`method +(other: String)java.lang.String`
+`method ->[B](y: B)(timeofday.TimeOfDayVar, B)`
+`method ==(x$1: Any)Boolean`
+`method ==(x$1: AnyRef)Boolean`
+`method asInstanceOf[T0]=> T0`
+`method clone()java.lang.Object`
+`method ensuring(cond: Boolean)timeofday.TimeOfDayVar`
+`method ensuring(cond: Boolean, msg: => Any)timeofday.TimeOfDayVar`
+`method ensuring(cond: timeofday.TimeOfDayVar => Boolean)timeofday.TimeOfDayVar`
+`method ensuring(cond: timeofday.TimeOfDayVar => Boolean, msg: => Any)timeofday.TimeOfDayVar`
+`method eq(x$1: AnyRef)Boolean`
+`method equals(x$1: Any)Boolean`
+`method finalize()Unit`
+`method formatted(fmtstr: String)String`
+`method hashCode()Int`
+`method hours=> Int`
+`method hours_=(h: Int)Unit`
+`method isInstanceOf[T0]=> Boolean`
+`method minutes=> Int`
+`method minutes_=(m: Int)Unit`
+`method ne(x$1: AnyRef)Boolean`
+`method notify()Unit`
+`method notifyAll()Unit`
+`method seconds=> Int`
+`method seconds_=(s: Int)Unit`
+`method synchronized[T0](x$1: T0)T0`
+`method toString()java.lang.String`
+`method wait()Unit`
+`method wait(x$1: Long)Unit`
+`method wait(x$1: Long, x$2: Int)Unit`
+`method ?[B](y: B)(timeofday.TimeOfDayVar, B)`
+`value selfAny`
+`value xtimeofday.TimeOfDayVar`
+`variable hInt`
+`variable mInt`
+`variable sInt`
+================================================================================
+
+askTypeCompletion at timeofday.scala(32,19)
+================================================================================
+[response] aksTypeCompletion at (32,19)
+retrieved 43 members
+`method !=(x$1: Any)Boolean`
+`method !=(x$1: AnyRef)Boolean`
+`method ##()Int`
+`method +(other: String)java.lang.String`
+`method ->[B](y: B)(timeofday.TimeOfDayVar, B)`
+`method ==(x$1: Any)Boolean`
+`method ==(x$1: AnyRef)Boolean`
+`method asInstanceOf[T0]=> T0`
+`method clone()java.lang.Object`
+`method ensuring(cond: Boolean)timeofday.TimeOfDayVar`
+`method ensuring(cond: Boolean, msg: => Any)timeofday.TimeOfDayVar`
+`method ensuring(cond: timeofday.TimeOfDayVar => Boolean)timeofday.TimeOfDayVar`
+`method ensuring(cond: timeofday.TimeOfDayVar => Boolean, msg: => Any)timeofday.TimeOfDayVar`
+`method eq(x$1: AnyRef)Boolean`
+`method equals(x$1: Any)Boolean`
+`method finalize()Unit`
+`method formatted(fmtstr: String)String`
+`method hashCode()Int`
+`method hours=> Int`
+`method hours_=(h: Int)Unit`
+`method isInstanceOf[T0]=> Boolean`
+`method minutes=> Int`
+`method minutes_=(m: Int)Unit`
+`method ne(x$1: AnyRef)Boolean`
+`method notify()Unit`
+`method notifyAll()Unit`
+`method seconds=> Int`
+`method seconds_=(s: Int)Unit`
+`method synchronized[T0](x$1: T0)T0`
+`method toString()java.lang.String`
+`method wait()Unit`
+`method wait(x$1: Long)Unit`
+`method wait(x$1: Long, x$2: Int)Unit`
+`method ?[B](y: B)(timeofday.TimeOfDayVar, B)`
+`value selfAny`
+`value xtimeofday.TimeOfDayVar`
+`variable hInt`
+`variable mInt`
+`variable sInt`
+================================================================================
+
+askHyperlinkPos for `hours` at (33,11) timeofday.scala
+================================================================================
+[response] found askHyperlinkPos for `hours` at (10,9) timeofday.scala
+================================================================================