jmcbee 14 packages published

@cs/session
A session framework for abstraction of business logic through a by reference API
@cs/task
An implementation of Futures-Promises-Continuations all wrapped up in asynchronous Task objects.
@cs/user-configuration-manager
Simple User Manager with persistence and encryption.
@cs/linked-list
A malleable, by reference, linked list
@cs/test-executive
A test executive library for adding sequencing with flow control to your application. The API uses malleability to keep typing of attributes flexible, and has an abstract Test Step class so that test steps are extensible and specific to your context.
@cs/test-executive-builder
A user interface with a customizable API for building and editing test sequences created with the Test Executive.
@cs/data-type-serializer
Simple data type serialization package
@cs/persistence
Beta version of a persistence package.
@cs/file-explorer-extension
This package is an extension of the MVA Framework and provides a view that replicates a Windows file explorer window.
@cs/popup-viewmanager
MVA extension that allows Dialogs to act like ViewManagers
@cs/mva-viewmanager
An extension for MVA-Viewable that provides concrete ViewManagers
@cs/mva-dialogbox
An extension for MVA-Viewable (the view component that can be installed with a dependency on MVA-Core) that defines an extension point for Dialog Boxes.
@cs/carwash
CLD Car Wash Example implemented with MVA Framework and Test Executive
@cs/run-time-assertions
Variant based run time assertion library, for asserting equal, not equal, greater, greater or equal, less, less or equal.