aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glog/pkg-descr
blob: 381e2957abfeb0e15b9cd3db819160c06d3d4fb0 (plain) (blame)
1
2
3
4
The glog library implements application-level logging.

This library provides logging APIs based on C++-style streams
and various helper macros.
al.String.Single */ .highlight .ss { color: #A60; background-color: #FFF0F0 } /* Literal.String.Symbol */ .highlight .bp { color: #038 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #06B; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #369 } /* Name.Variable.Class */ .highlight .vg { color: #D70 } /* Name.Variable.Global */ .highlight .vi { color: #33B } /* Name.Variable.Instance */ .highlight .vm { color: #369 } /* Name.Variable.Magic */ .highlight .il { color: #00D; font-weight: bold } /* Literal.Number.Integer.Long */
Tapi is a tool to automate the testing of your Application Programmer Interfaces
(APIs).

Features:
- Test you API without writing any code (only edit a json file)
- Test you APIs in a much more 'natural' way by specifying urls/verbs and what
  the output should be
- Verify anything from response status codes, headers, body content etc
- Also allows verification by issuing another API call to a different endpoint
  to ensure a prior API call worked
- Execute arbitrary python scripts to populate request paramaters e.g. custom
  headers
- Execute arbitrary python scripts to verify response from endpoint is valid
- Tests your APIs using your own APIs