Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 36 for test (0.03 sec)

  1. Clojure - test.check

    "example-based tests", which are tests which test a function by...output: Testing my.test.ns {:result true, :num-tests 100, :seed...
    clojure.org/guides/test_check_beginner
    Registered: Fri Mar 22 00:12:41 UTC 2024
    - Last Modified: Mon Mar 18 12:23:08 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  2. Clojure - Special Forms

    ( if test then else ?) Evaluates test . If not the singular...positional-param * & rest-param positional-param ⇒ binding-form rest-param ⇒...
    clojure.org/reference/special_forms
    Registered: Fri Mar 22 00:11:03 UTC 2024
    - Last Modified: Mon Mar 18 12:23:12 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  3. Clojure - Programming at the REPL: Guidelines f...

    tests, commented-out code, documentation,...programming: auto-reloading test suites (example: Midje ) static...
    clojure.org/guides/repl/guidelines_for_repl_aided_development
    Registered: Fri Mar 22 00:14:35 UTC 2024
    - Last Modified: Mon Mar 18 12:23:08 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  4. Clojure - Threading Macros Guide

    those with failing tests. For each pair, test is evaluated. If...argument list as a series of test, expr pairs. cond-> threads...
    clojure.org/guides/threading_macros
    Registered: Fri Mar 22 00:13:36 UTC 2024
    - Last Modified: Mon Mar 18 12:23:08 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  5. Clojure - spec Guide

    test.alpha :as stest]) (stest/check `ranged-rand)...Instrumentation and Testing Instrumentation Testing Combining check...
    clojure.org/guides/spec
    Registered: Fri Mar 22 00:13:27 UTC 2024
    - Last Modified: Mon Mar 18 12:23:08 UTC 2024
    - 96.6K bytes
    - Viewed (0)
  6. Clojure - Making Clojure Lazier

    first/rest, but not the determination if there is a rest determining...use in first and rest, even though first/rest call seq on their...
    clojure.org/reference/lazy
    Registered: Fri Mar 22 00:13:49 UTC 2024
    - Last Modified: Mon Mar 18 12:23:12 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  7. Clojure - Multimethods and Hierarchies

    function tests for their existence. Note that...::collection) -> true isa? also tests for class relationships: (isa?...
    clojure.org/reference/multimethods
    Registered: Fri Mar 22 00:11:56 UTC 2024
    - Last Modified: Mon Mar 18 12:23:12 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  8. Clojure - Agents and Asynchronous Actions

    send-a-message-around-a-ring test. A chain of m agents is created,...thrown by an action function, no nested dispatches will occur, and...
    clojure.org/reference/agents
    Registered: Fri Mar 22 00:11:46 UTC 2024
    - Last Modified: Mon Mar 18 12:23:12 UTC 2024
    - 21K bytes
    - Viewed (0)
  9. Clojure - Clojure CLI Reference

    alias keywords: clj -A:test clj -A:test:dev Execute a function...qualified keywords, e.g. -A:test or -A:test:perf/benchmark . While...
    clojure.org/reference/clojure_cli
    Registered: Fri Mar 22 00:10:44 UTC 2024
    - Last Modified: Mon Mar 18 12:23:12 UTC 2024
    - 92.3K bytes
    - Viewed (0)
  10. 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 Mar 22 00:12:00 UTC 2024
    - Last Modified: Mon Mar 18 12:23:12 UTC 2024
    - 25.3K bytes
    - Viewed (0)
Back to top