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
S
o
w
M
o
c
k
S
o
w
[
e
]
s
p
e
c
i
f
i
e
s
t
h
a
t
e
s
h
o
u
l
d
b
e
c
o
l
l
e
c
t
e
d
b
y
t
h
e
n
e
a
r
e
s
t
e
n
c
l
o
s
i
n
g
M
o
c
k
E
v
a
l
u
a
t
e
R
e
a
p
.
M
o
c
k
S
o
w
[
e
,
t
a
g
]
s
p
e
c
i
f
i
e
s
t
h
a
t
e
s
h
o
u
l
d
b
e
c
o
l
l
e
c
t
e
d
b
y
t
h
e
n
e
a
r
e
s
t
e
n
c
l
o
s
i
n
g
M
o
c
k
E
v
a
l
u
a
t
e
R
e
a
p
w
h
o
s
e
p
a
t
t
e
r
n
m
a
t
c
h
e
s
t
a
g
.
M
o
c
k
S
o
w
[
e
,
{
t
a
g
1
,
t
a
g
2
,
…
}
]
s
p
e
c
i
f
i
e
s
t
h
a
t
e
s
h
o
u
l
d
b
e
c
o
l
l
e
c
t
e
d
o
n
c
e
f
o
r
e
a
c
h
p
a
t
t
e
r
n
t
h
a
t
m
a
t
c
h
e
s
a
t
a
g
i
.
D
e
t
a
i
l
s
Examples
(
3
)
Basic Examples
(
2
)
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
`
"
]
Sow an intermediate result during mock evaluation of the function
f
:
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
)
—
—
—
Sow using a list of tags:
I
n
[
1
]
:
=
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
g
[
x
_
,
y
_
]
:
=
E
x
p
a
n
d
M
o
c
k
S
o
w
[
x
^
2
,
{
"
x
"
,
"
s
q
u
a
r
e
d
"
}
]
M
o
c
k
S
o
w
[
y
^
3
,
{
"
y
"
,
"
c
u
b
e
d
"
}
]
,
g
[
x
,
y
]
,
A
l
l
O
u
t
[
1
]
=
2
x
3
y
,
x
{
2
x
}
,
s
q
u
a
r
e
d
{
2
x
}
,
y
{
3
y
}
,
c
u
b
e
d
{
3
y
}
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
E
v
a
l
u
a
t
e
R
e
a
p
▪
S
o
w
▪
R
e
a
p
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