Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
Mockingbird
Tutorials
WritingMockTestsWithMockingbird
Guides
Mockingbird
Symbols
MockDefinitionGroup
MockDefinition
MockEvaluate
MockEvaluateReap
MockPropertyValuePatternTest
MockPropertyValueQ
MockSow
Wolfram`Mockingbird`
M
o
c
k
E
v
a
l
u
a
t
e
R
e
a
p
M
o
c
k
E
v
a
l
u
a
t
e
R
e
a
p
[
d
e
f
s
,
e
x
p
r
]
e
v
a
l
u
a
t
e
s
e
x
p
r
w
i
t
h
m
o
c
k
d
e
f
i
n
i
t
i
o
n
s
d
e
f
s
i
n
p
l
a
c
e
,
c
a
t
c
h
i
n
g
e
x
p
r
e
s
s
i
o
n
s
s
o
w
n
b
y
M
o
c
k
S
o
w
[
e
x
p
r
]
.
M
o
c
k
E
v
a
l
u
a
t
e
R
e
a
p
[
d
e
f
s
,
e
x
p
r
,
p
a
t
t
]
r
e
a
p
s
e
x
p
r
e
s
s
i
o
n
s
s
o
w
n
b
y
M
o
c
k
S
o
w
[
e
x
p
r
,
t
a
g
]
w
h
e
r
e
t
a
g
m
a
t
c
h
e
s
p
a
t
t
.
M
o
c
k
E
v
a
l
u
a
t
e
R
e
a
p
[
d
e
f
s
,
e
x
p
r
,
{
p
a
t
t
1
,
p
a
t
t
2
,
…
}
]
r
e
a
p
s
e
x
p
r
e
s
s
i
o
n
s
t
h
r
o
w
n
w
i
t
h
t
a
g
s
t
h
a
t
m
a
t
c
h
a
n
y
o
f
t
h
e
p
a
t
t
i
.
M
o
c
k
E
v
a
l
u
a
t
e
R
e
a
p
[
d
e
f
s
,
e
x
p
r
,
A
l
l
]
r
e
a
p
s
e
x
p
r
e
s
s
i
o
n
s
t
h
r
o
w
n
w
i
t
h
a
n
y
t
a
g
.
D
e
t
a
i
l
s
Examples
(
6
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
N
e
e
d
s
[
"
W
o
l
f
r
a
m
`
M
o
c
k
i
n
g
b
i
r
d
`
"
]
Reap an intermediate result sown during mock evaluation:
I
n
[
2
]
:
=
M
o
c
k
E
v
a
l
u
a
t
e
R
e
a
p
M
o
c
k
D
e
f
i
n
i
t
i
o
n
f
[
x
_
]
:
=
E
x
p
a
n
d
M
o
c
k
S
o
w
[
(
x
/
2
)
^
3
]
,
f
[
a
+
b
]
O
u
t
[
2
]
=
3
a
8
+
3
2
a
b
8
+
3
a
2
b
8
+
3
b
8
,
1
8
3
(
a
+
b
)
S
c
o
p
e
(
2
)
O
p
t
i
o
n
s
(
1
)
A
p
p
l
i
c
a
t
i
o
n
s
(
1
)
P
o
s
s
i
b
l
e
I
s
s
u
e
s
(
1
)
S
e
e
A
l
s
o
M
o
c
k
D
e
f
i
n
i
t
i
o
n
▪
M
o
c
k
E
v
a
l
u
a
t
e
▪
M
o
c
k
S
o
w
▪
R
e
a
p
▪
S
o
w
T
e
c
h
N
o
t
e
s
▪
W
r
i
t
i
n
g
M
o
c
k
T
e
s
t
s
w
i
t
h
M
o
c
k
i
n
g
b
i
r
d
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
M
o
c
k
i
n
g
b
i
r
d
▪
W
r
i
t
i
n
g
M
o
c
k
T
e
s
t
s
w
i
t
h
M
o
c
k
i
n
g
b
i
r
d