NUnit: 2.4.8 Released


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News NUnit: 2.4.8 Released
# 1  
Old 07-22-2008
NUnit: 2.4.8 Released

NUnit brings xUnit-style unit-testing to all .Net languages. Initially ported from JUnit, the current version has been re-written to take advantage of .NET language features.
Image Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Net.send(3kaya) 					       Kaya module reference						   Net.send(3kaya)

NAME
Net::send - Send data across a connection. SYNOPSIS
Void send( NetHandle h, String d ) ARGUMENTS
h The connection d The data to send DESCRIPTION
Send data across a connection. This function is not suitable for data containing null bytes, for which Net.sendByte(3kaya) or Net.send- Bytes(3kaya) should be used. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Net.NetHandle(3kaya) Net.accept(3kaya) Net.closeConnection(3kaya) Net.connect(3kaya) Net.sendByte(3kaya) Net.sendBytes(3kaya) Net.recv(3kaya) Kaya October 2012 Net.send(3kaya)