Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c67733e3a18aa

Jump to content

// Workers AI · dad joke modeWhat did SUnit say? It's a test of unity.

From Wikipedia, the free encyclopedia

SUnit is an automated testing framework written by Kent Beck in 1989. It was originally intended for unit testing, and often used for this purpose. It supports testing Smalltalk code via test code also written in Smalltalk.

SUnit was adapted for Java as JUnit which became notably popular. Subsequently, adaptations were created for many other languages; many also popular.

Frameworks with similar design are labeled xUnit.

History

[edit]

SUnit was originally described by Beck in "Simple Smalltalk Testing: With Patterns" (1989), then published as chapter 30 "Simple Smalltalk Testing", in the book Kent Beck's Guide to Better Smalltalk by Kent Beck, Donald G. Firesmith (Editor) (Publisher: Cambridge University Press, Pub. Date: December 1998, ISBN 978-0-521-64437-2, 408pp)

[edit]