rapture.i18n.test

I18nTests

class I18nTests extends TestSuite

Linear Supertypes
TestSuite, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. I18nTests
  2. TestSuite
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new I18nTests()

Type Members

  1. abstract class Test extends TestCase

    Definition Classes
    TestSuite

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Adding existing language does not compile: Test { type Return = Boolean }

  7. val Adding existing language does not compile (2): Test { type Return = Boolean }

  8. val Check internationalized substitution: Test { type Return = String }

  9. val Check internationalized substitution (French): Test { type Return = String }

  10. val Check providing surplus language definitions allowed: Test { type Return = Unit }

  11. val Create basic English string: Test { type Return = String }

  12. val Create basic French string: Test { type Return = String }

  13. val Create combined internationalized strings, getting English: Test { type Return = String }

  14. val Create combined internationalized strings, getting French: Test { type Return = String }

  15. val Get language string from subset using runtime value: Test { type Return = Boolean }

  16. val Get language string from superset using runtime value: Test { type Return = String }

  17. val Get language string using runtime value: Test { type Return = String }

  18. object MyMessages extends LanguageBundle[En with Fr]

  19. val Substitute ordinary string: Test { type Return = String }

  20. val Test message bundle: Test { type Return = String }

  21. val Test message bundle (French): Test { type Return = String }

  22. val Use default language: Test { type Return = String }

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def test[T](act: ⇒ T): Test { type Return = T }

    Definition Classes
    TestSuite
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TestSuite

Inherited from AnyRef

Inherited from Any

Ungrouped