Tagged Questions

0
votes
0answers
9 views

How to see the version of the TAP file

this is a telecom based query. we receive TAP files from the clearing house. i want see on unix which version of TAP does it belong. how can i do it.Isthere any tool to find the TA …
0
votes
1answer
39 views

Recognize regular taps in table view on iPhone

Hello, I have a table view with custom cells and I recognize swipes in that cells. That works just fine but I'd like the table view to behave normally. When I tap the wherever on …
0
votes
1answer
87 views

TAP (Test Anything Protocol) module for Verilog or SystemVerilog

Is there a TAP (Test Anything Protocol) implementation for Verilog? It would be nice because then I could use prove to check my results automatically. Update: 10/9/09: It was ask …
1
vote
2answers
80 views

Add a Button in UIView on Tapped Point

Hi im trying to add a button on the point where users tapped on the screen. Here is the code in my UIView file - (void)drawRect:(CGRect)rect { // Drawing code NSLog(@"dra …
1
vote
1answer
108 views

Mojo.Event.tap - how to get tap coordinates?

Hello, I am having difficulty with finding out how to get tap coordinates from tapEvent object, which is passed to my custom handler (I didn't find it's specification anyway). The …
0
votes
0answers
99 views

Anyone have some TAP or SNPP examples?

Does anyone know of a good resource with some examples of using the Telocator Alphanumeric Protocol (TAP) and/or the Simple Network Paging Protocol (SNPP) in either C++ or C#? Tha …
3
votes
2answers
140 views

Test Anything Protocol in Shell scripts

Has anyone seen, tried to implement, or otherwise played with TAP in shell? We're looking to create unit tests across many languages (don't get me started on why this doesn't exis …
15
votes
8answers
416 views

What do you need from a test harness?

I'm one of the people involved in the Test Anything Protocol (TAP) IETF group (if interested, feel free to join the mailing list). Many programming languages are starting to adopt …
2
votes
2answers
107 views

TAP for NUnit?

Anyone know uf there's a dll/runner anywhere that returns TAP output from an NUnit test suite?
2
votes
1answer
68 views

How to build unit tests in Guile, which output to the TAP standard?

I would like to have a Guile script, which implements functions, which output test result messages according to the TAP protocol.