3619 packages
— page 131
A toy example for test-amplification CI
GitHub
MIT
nothing to see here
GitHub
This project provides an implementation of tests in the manner or RSpec (for Ruby) and ScalaTest (for Scala). It provides an expressive DSL to create natural language tests. Examples: [ Set new ] should be empty. [ #(1) ] should …
SqueakSource
Gofer it squeaksource: 'smallUML'; package: 'ConfigurationOfSmallUML'; load. (Smalltalk at: #ConfigurationOfSmallUML) project latestVersion load.
SqueakSource
squeak
SmallWiki (SW) official repositoryYou will find here the latest version of SW.-How to contribute:a proposalAdding a feature:we suggest that to add a quite complex feature, we use first the SmallWikiEnh repository, to allow further tests (like image stability, side effects …
SqueakSource
Various smallwiki enhancements. Used for testing enhancements before including them in the SW1 mainstream.In global read/write access, so you don't need to ask for an account, feel free to use it !
SqueakSource
SMark is the attempt to build a common benchmarking framework for Smalltalk. It inspired from the metaphor used for unit testing in SUnit, and thus, a benchmark is implemented by adding #benchMyBenchmark to a subclass of SBenchmarkSuite. The code is …
SqueakSource
This is old mock objects simple framework port from VisualWork. It is for BehaviorMockup testing
SqueakMap
squeak
A SnapshotServer responds to http web service requests to resume an image snapshot, where the snapshot object is supplied in the web service request. The server will fork a VM using forkSqueak and resume the supplied image in that child …
SqueakSource
squeak
The Sort Criteria objects extend the standard SortCollection with an easy touse, simple yet powerful and dynamic sorting capability that can sortmultiple 'columns' or 'attributes' of a collection of objects. It's easy torearrange the column sort ordering and the acending …
SqueakMap
squeak
Test repository for the Smalltalk source graph
GitHub
MIT
Write PDF files directly from within Squeak using the PDF Library. The latest version has support for text, lines and TIFF images. The library was developed and extended at SPL WorldGroup for specific projects, and does what was needed for …
SqueakMap
squeak
This is an implementation of the SplitMix64 pseudo-random number generator. It is very fast, has a period of 2^64 and passes the Big Crush, DieHarder and TestU012 standard statistical test suites.
SqueakSource
This is a Plugin and supporting classes to allow Squeak to work withthe Spread (http://www.spread.org) group communications system. It is designed so that you can have background threads waiting forincoming messages without blocking all of Squeak. I have only written …
SqueakMap
squeak
A flexible and open framework for designing and implementing program monitor. The default package comes with type extractor, code profiling and code coverage.For Pharo >= 1.4:Gofer new squeaksource: 'Spy'; package: 'ConfigurationOfSpy'; load. (Smalltalk at: #ConfigurationOfSpy) project lastVersion loadFor Pharo 1.3:Gofer …
SqueakSource
pharo
Requires the FFI plugin and the sqlite shared library, fromhttp://www.hwaci.com/sw/sqlite . Provides SQLiteConnection: db := SQLiteConnection fileNamed: 'test.db'.arrayOfDicts := db executeQuery: 'SELECT * FROM foo'.
SqueakMap
squeak
This is a first cut at an FFI wrapper for SQLite3 based on Avi Bryant's wrapper for SQLite version 2. It requires the FFI plugin (SqueakFFIPrims), and SQLite3 (it comes with Tiger, but you can also get it and documentation …
SqueakMap
squeak
Aims at documenting and testing squeak base classes. It could be the place to post fixes and their tests too. A list of base classes is given in the associated wiki page.
SqueakSource
squeak
Code for the book "Squeak by Example". The package SBE-Testing includes as dependencies the code for the hands-on chapters. It will run all the test code in the latex sources and exercise the hands-on code.
SqueakSource
squeak
SqueakCheck is a port of Haskell's QuickCheck.QuickCheck provides several independent features:an easily extensible test data generatora test runner that takes "properties" - single-parameter blocks - and spits out results. In particular, it prints out counterexamples to your supposedly invariant properties.JUnit …
SqueakSource
squeak
OpenDBX plugin, provides db connection to free and commercial databases.Currently supports: PostgreSQL, mySQL and Oracle (MSSQL and others should work, but not tested yet).Use FFI to talk to OpenDBX.It works in Unix, OSX and (through MinGW) Windows.
SqueakMap
squeak