Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postfix/src/testing/   (Postfix Mailserver Version 3.11©)  Datei vom 22.5.2025 mit Größe 1 kB image not shown  

Quelle  dict_test_helper.h

  Sprache: C
 

#ifndef _DICT_TEST_HELPER_H_INCLUDED_
#define _DICT_TEST_HELPER_H_INCLUDED_

/*++
/* NAME
/* dict_test_helper 3h
/* SUMMARY
/* dictionary test helpers
/* SYNOPSIS
/* #include <dict_test_helper.h>
/* DESCRIPTION
/* .nf

 /*
  * Utility library.
  */

#include <argv.h>
#include <dict.h>
#include <vstring.h>

 /*
  * External interface.
  */

extern DICT *dict_open_and_capture_msg(const char *, intint, VSTRING *);
extern char *dict_compose_spec(const char *, const char **, intint, VSTRING *, ARGV *);
extern const char *dict_get_and_capture_msg(DICT *, const char *, VSTRING *);

struct dict_get_verify_data {
    const char *key;
    const char *want_value;
    int     want_error;
    const char *want_msg;
};

extern int dict_get_and_verify(DICT *, const char *, const char *, intconst char *);
extern int dict_get_and_verify_bulk(DICT *, const struct dict_get_verify_data *);

/* LICENSE
/* The Secure Mailer license must be distributed with this software.
/* AUTHOR(S)
/* Wietse Venema
/* porcupine.org
/*--*/


#endif

Messung V0.5 in Prozent
C=86 H=98 G=91

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet am  2026-08-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.