<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>goyoki</author_name>
  <author_url>https://blog.hatena.ne.jp/goyoki/</author_url>
  <blog_title>千里霧中</blog_title>
  <blog_url>https://goyoki.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>Goは標準のテストフレームワークでファジングをサポートしています。今回はそのファジング機能について、テスト条件の網羅をどうするかを中心に使い方をメモします。 基本的なテストコードの書き方 Fuzzingを使ったテストコードの簡単な例を以下に示します。 テスト対象Targetを実行し、エラーが発生しないことを確認しています。Seed Corpus（ユーザ指定の入力のセット）は未指定です。 import ( &quot;testing&quot; ) func FuzzTarget(f *testing.F) { f.Fuzz(func(t *testing.T, i int8) { _, err1 := Targe…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgoyoki.hatenablog.com%2Fentry%2F2022%2F06%2F12%2F034202&quot; title=&quot;Go Fuzzingによるファジングテスト/ランダムテスト - 千里霧中&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/g/goyoki/20220612/20220612033538.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-06-12 03:42:02</published>
  <title>Go Fuzzingによるファジングテスト/ランダムテスト</title>
  <type>rich</type>
  <url>https://goyoki.hatenablog.com/entry/2022/06/12/034202</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
