Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 11 - 20 of 35 for test (0.1 sec)

  1. Clojure - Java Interop

    Class expr) Evaluates expr and tests if it is an instance of the...the Class instance. Inner or nested classes are separated from...
    clojure.org/reference/java_interop
    Registered: Fri May 10 00:12:14 UTC 2024
    - Last Modified: Wed May 08 16:50:28 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  2. Clojure - Vars and the Global Environment

    :test - the clojure.test framework attaches unit tests to vars...Using Var metadata: doc find-doc test  Libs Refs and Transactions...
    clojure.org/reference/vars
    Registered: Fri May 10 00:12:23 UTC 2024
    - Last Modified: Wed May 08 16:50:28 UTC 2024
    - 25.3K bytes
    - Viewed (0)
  3. Clojure - Programming at the REPL: Enhancing yo...

    technique of automated testing : while testing can bring a lot of...that is 'testable'. Just like tests, the REPL should not be an afterthought...
    clojure.org/guides/repl/enhancing_your_repl_workflow
    Registered: Fri May 10 00:15:00 UTC 2024
    - Last Modified: Wed May 08 16:50:24 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  4. Clojure - Learn Clojure - Answers

    page contains solutions to the "Test your knowledge" sections of...
    clojure.org/guides/learn/answers
    Registered: Fri May 10 00:15:37 UTC 2024
    - Last Modified: Wed May 08 16:50:24 UTC 2024
    - 16K bytes
    - Viewed (0)
  5. Clojure - Comparators Guide

    c) (recur (rest x) (rest y)) c)) ;; else we reached...comparators First consider using well-tested comparators developed by others,...
    clojure.org/guides/comparators
    Registered: Fri May 10 00:14:26 UTC 2024
    - Last Modified: Wed May 08 16:50:24 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  6. Clojure - Learn Clojure - Namespaces

    So if the classpath was src:test , the load path would be checked...src/com/some_example/my_app.clj then test/com/some_example/my_app.clj...
    clojure.org/guides/learn/namespaces
    Registered: Fri May 10 00:15:34 UTC 2024
    - Last Modified: Wed May 08 16:50:24 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  7. Clojure - Reading Clojure Characters

    user=> (re-matches #"^test$" "test") "test" This form is compiled...string user=> (keyword "test") :test Keywords can also be invoked...
    clojure.org/guides/weird_characters
    Registered: Fri May 10 00:13:03 UTC 2024
    - Last Modified: Wed May 08 16:50:24 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  8. Clojure - deps.edn Reference

    directories of test source: {:extra-paths ["test" "resources"]}...
    clojure.org/reference/deps_edn
    Registered: Fri May 10 00:12:37 UTC 2024
    - Last Modified: Wed May 08 16:50:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  9. Clojure - Protocols

    alternative to interfaces Support the best parts of interfaces specification...
    clojure.org/reference/protocols
    Registered: Fri May 10 00:11:59 UTC 2024
    - Last Modified: Wed May 08 16:50:28 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  10. Clojure - Learn Clojure - Functions

    code Java Methods vs Functions Test your knowledge Creating Functions...obj)) ;; same thing #(.length %) Test your knowledge Check your answers...
    clojure.org/guides/learn/functions
    Registered: Fri May 10 00:15:30 UTC 2024
    - Last Modified: Wed May 08 16:50:24 UTC 2024
    - 35.6K bytes
    - Viewed (0)
Back to top