<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reference on Verifyica</title><link>/docs/reference/</link><description>Recent content in Reference on Verifyica</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 15 Feb 2026 22:27:09 -0500</lastBuildDate><atom:link href="/docs/reference/index.xml" rel="self" type="application/rss+xml"/><item><title>Glossary</title><link>/docs/reference/glossary/</link><pubDate>Sun, 15 Feb 2026 00:00:00 +0000</pubDate><guid>/docs/reference/glossary/</guid><description>&lt;h2 id="glossary"&gt;Glossary&lt;/h2&gt;
&lt;h3 id="argument"&gt;Argument&lt;/h3&gt;
&lt;p&gt;A test parameter that drives test execution. In Verifyica, tests run multiple times with different arguments. Arguments can be simple types (String, Integer) or complex objects wrapped in &lt;code&gt;Argument&amp;lt;T&amp;gt;&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;See Also:&lt;/strong&gt; &lt;a href="/docs/core-concepts/arguments/"&gt;Arguments&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="argument-supplier"&gt;Argument Supplier&lt;/h3&gt;
&lt;p&gt;A static method annotated with &lt;code&gt;@Verifyica.ArgumentSupplier&lt;/code&gt; that provides test arguments. This method returns a Collection, array, Stream, or &lt;code&gt;Argument&amp;lt;T&amp;gt;&lt;/code&gt; instances that define what data tests will run against.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;See Also:&lt;/strong&gt; &lt;a href="/docs/core-concepts/arguments/#argument-suppliers"&gt;Argument Supplier&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="argumentcontext"&gt;ArgumentContext&lt;/h3&gt;
&lt;p&gt;A context object that provides access to information about the current argument being executed, including the argument itself, metadata, and a thread-safe map for sharing state within an argument&amp;rsquo;s lifecycle.&lt;/p&gt;</description></item></channel></rss>